项目启动设置字符集

master
Number7 2024-07-27 12:47:54 +08:00
parent 804235b22b
commit 9300d0f253
1 changed files with 0 additions and 1 deletions

View File

@ -10,5 +10,4 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-gateway"]
#拷贝执行文件
COPY ./target/cloud-gateway.jar /home/app.jar
ENTRYPOINT ["java","-jar"]
CMD ["/home/app.jar"]