diff options
Diffstat (limited to 'website/BUILD')
-rw-r--r-- | website/BUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/BUILD b/website/BUILD index 173d30ff0..676c2b701 100644 --- a/website/BUILD +++ b/website/BUILD @@ -11,6 +11,11 @@ docker_image( "EXPOSE 8080/tcp", 'ENTRYPOINT ["/server"]', ], + tags = [ + "local", + "manual", + "nosandbox", + ], ) # files is the full file system of the generated container. |