支持docker

This commit is contained in:
tanghc
2020-10-20 13:56:55 +08:00
parent 62bbb9a130
commit 3c55c17818
2 changed files with 4 additions and 2 deletions

View File

@@ -8,4 +8,6 @@ ADD sop-website/target/*.jar sop/sop-website/sop-website.jar
ADD sop-auth/target/*.jar sop/sop-website/sop-auth.jar
ADD sop-example/sop-story/target/*.jar sop/sop-story/sop-story.jar
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]