diff --git a/Dockerfile b/Dockerfile index d04295c..c623810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]