Skip to content

Commit d369f6f

Browse files
committed
Make listening on all interfaces the default in docker
1 parent 53d9a56 commit d369f6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ RUN GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-game-controller_lin
1717
FROM alpine:3.9
1818
COPY --from=build_go /go/src/github.com/RoboCup-SSL/ssl-game-controller/release/ssl-game-controller_linux_amd64 /app/ssl-game-controller
1919
EXPOSE 8081 10007 10008 10011 10009
20-
ENTRYPOINT ["/app/ssl-game-controller"]
21-
CMD ["-address", ":8081"]
20+
ENTRYPOINT ["/app/ssl-game-controller", "-address", ":8081"]
21+
CMD []

0 commit comments

Comments
 (0)