Finish the first version of docker.

This commit is contained in:
hxsherry
2018-01-28 23:54:53 +08:00
parent 31ba9f5c5f
commit 018d261eb2
3 changed files with 29 additions and 9 deletions

View File

@ -16,4 +16,5 @@ RUN ./build/pack/build.sh
# 暴露6010端口
EXPOSE 6010
ENTRYPOINT ["../../bin/tank"]
# tank作为执行文件
ENTRYPOINT ["./dist/tank-1.0.2/tank"]