Browse Source

no message

DESKTOP-3E973C2\Admin 5 years ago
parent
commit
7d58d7222f

+ 3 - 3
gateway-game/Dockerfile

@@ -3,9 +3,9 @@ RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
 RUN echo 'Asia/Shanghai' > /etc/timezone
 
 COPY agollo.json /go/bin/
-COPY gateway-game /go/bin/
+COPY gateway-game-test /go/bin/
 COPY config /go/bin/config
-RUN chmod +x /go/bin/gateway-game
+RUN chmod +x /go/bin/gateway-game-test
 WORKDIR /go/bin
 
-CMD ["/go/bin/gateway-game "]
+CMD ["/go/bin/gateway-game-test "]

gateway-game/agollo.json → gateway-game-test/agollo.json


gateway-game/config/gw.game.yaml → gateway-game-test/config/gw.game.yaml


gateway-game/gateway-game → gateway-game-test/gateway-game-test


gateway-game/push.sh → gateway-game-test/push.sh