更新父级版本

master
Yueng 2024-08-10 21:28:06 +08:00
parent 6022e26f57
commit f44f820a17
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ VOLUME ["/home/logs/cloud-auth","/home/uploadPath"]
COPY ./target/cloud-auth.jar /home/app.jar COPY ./target/cloud-auth.jar /home/app.jar
#构建启动命令 #构建启动命令
ENTRYPOINT ["java","-jar"] ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
CMD ["/home/app.jar"] CMD ["/home/app.jar"]