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 42d33c9 commit 2d79167Copy full SHA for 2d79167
Dockerfile
@@ -17,7 +17,6 @@ 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 mkdir data
21
EXPOSE 8081 10007 10008 10011 10009
22
ENTRYPOINT ["/app/ssl-game-controller", "-address", ":8081"]
23
CMD []
0 commit comments