Finish the Docker path.

This commit is contained in:
hxsherry 2018-01-29 00:13:26 +08:00
parent 0c7c6471d8
commit 2f5ff4bbd8

View File

@ -17,4 +17,4 @@ RUN ./build/pack/build.sh
EXPOSE 6010 EXPOSE 6010
# tank作为执行文件 # tank作为执行文件
ENTRYPOINT ["./dist/tank-1.0.2/tank"] ENTRYPOINT ["$GOPATH/dist/tank-1.0.2/tank"]