Pārlūkot izejas kodu

change: removed EXPOSE

Peter Oostenbach 10 gadi atpakaļ
vecāks
revīzija
61d1939cac
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      battlecamp-go-bot/Dockerfile-go-bot

+ 1 - 4
battlecamp-go-bot/Dockerfile-go-bot

@@ -13,7 +13,4 @@ ADD bin/battlecamp-go-server /go/bin/battlecamp-go-bot
 RUN ["chmod", "755", "/go/bin/battlecamp-go-bot"]
 
 # Run the battlecamp-go-server command by default when the container starts.
-ENTRYPOINT ["/go/bin/battlecamp-go-bot"]
-
-# Document that the service listens on port 8080.
-EXPOSE 8080
+ENTRYPOINT ["/go/bin/battlecamp-go-bot"]