We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d79167 commit 54efd04Copy full SHA for 54efd04
Dockerfile
@@ -17,6 +17,8 @@ RUN GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-game-controller_lin
17
FROM alpine:3.9
18
COPY --from=build_go /go/src/github.com/RoboCup-SSL/ssl-game-controller/release/ssl-game-controller_linux_amd64 /app/ssl-game-controller
19
COPY config config
20
+RUN chown -R 1000: config
21
+USER 1000
22
EXPOSE 8081 10007 10008 10011 10009
23
ENTRYPOINT ["/app/ssl-game-controller", "-address", ":8081"]
24
CMD []
0 commit comments