Change the exe path.

This commit is contained in:
hxsherry 2018-01-29 09:01:44 +08:00
parent 2f5ff4bbd8
commit fb3a4aa3d0

View File

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