feat():增加字符集

master
Number7 2024-08-08 22:16:22 +08:00
parent c606722154
commit cab1beb079
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
VOLUME ["/home/logs/cloud-auth"] VOLUME ["/home/logs/cloud-auth"]
#拷贝执行文件 #拷贝执行文件
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"]