Sign in
◑
Theme
bazel
/
continuous-integration
/
5c103f20b8f3611090cd12b88c489bc4eb667692
/
.
/
slack-bazel-build
/
docker
/
Dockerfile
blob: 33557b796dc2936c5d6837df8ece123084a0bc14 [
file
]
FROM nginx
:
alpine AS bazel
-
slack
-
inviter
-
slackin
ADD nginx
.
conf
/
etc
/
nginx
/
nginx
.
conf
ADD run
.
sh
/
run
.
sh
RUN chmod
+
x
/
run
.
sh
CMD
[
"/run.sh"
]