初始化

master
面包骑士 2024-07-27 11:56:01 +08:00
parent 2163d2d00c
commit cc24037448
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ WORKDIR /home
VOLUME ["/home/logs/cloud-gateway"]
COPY cloud-gateway.jar /home/app.jar
COPY ./target/cloud-gateway.jar /home/app.jar
ENTRYPOINT ["java","-jar","/home/app.jar"]