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 53d9a56 commit d369f6fCopy full SHA for d369f6f
Dockerfile
@@ -17,5 +17,5 @@ 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
EXPOSE 8081 10007 10008 10011 10009
20
-ENTRYPOINT ["/app/ssl-game-controller"]
21
-CMD ["-address", ":8081"]
+ENTRYPOINT ["/app/ssl-game-controller", "-address", ":8081"]
+CMD []
0 commit comments