|
@@ -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 "]
|