Dockerfile

master
Cui YongXing 2024-07-26 00:30:27 +08:00
parent 0cbe7e4eb3
commit 4eb5647cb8
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ VOLUME ["/home/logs/cloud-modules-system"]
COPY ./target/cloud-modules-system.jar /home/app.jar
ENTRYPOINT ["java","-jar"]
CMD ["/home/app.jar"]