Browse Source

Change the exe path.

master
hxsherry 8 years ago
parent
commit
fb3a4aa3d0
  1. 2
      Dockerfile

2
Dockerfile

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

Loading…
Cancel
Save