[script]docker打包脚本

This commit is contained in:
tomsun28
2022-01-30 10:09:30 +08:00
parent 99bbd28fb7
commit 5219474653
4 changed files with 45 additions and 9 deletions

View File

@@ -0,0 +1,11 @@
FROM openjdk:8-alpine
MAINTAINER tomsun28 "tomsun28@outlook.com"
ADD tancloud-server-1.0.tar /opt/
EXPOSE 1158
WORKDIR /opt/tancloud-server/
ENTRYPOINT ["./bin/entrypoint.sh"]