Dockerfile
parent
0cbe7e4eb3
commit
4eb5647cb8
|
@ -12,4 +12,5 @@ VOLUME ["/home/logs/cloud-modules-system"]
|
||||||
COPY ./target/cloud-modules-system.jar /home/app.jar
|
COPY ./target/cloud-modules-system.jar /home/app.jar
|
||||||
|
|
||||||
ENTRYPOINT ["java","-jar"]
|
ENTRYPOINT ["java","-jar"]
|
||||||
|
|
||||||
CMD ["/home/app.jar"]
|
CMD ["/home/app.jar"]
|
||||||
|
|
Loading…
Reference in New Issue