master
18404992668 2023-09-24 14:16:21 +08:00
parent ec0f4997e7
commit c58ccf93d9
1 changed files with 2 additions and 1 deletions

View File

@ -11,4 +11,5 @@ WORKDIR /home
# 指定东八区 # 指定东八区
RUN ln -snf /usr/share/zenoinfo/$TZ /etc/localtime && echo $TZ > /etc/timeznoe RUN ln -snf /usr/share/zenoinfo/$TZ /etc/localtime && echo $TZ > /etc/timeznoe
#启动java程序 #启动java程序
ENTRYPOINT ["java","-Dfile.encoding=UTF-8 ","-jar","/home/app.jar"] ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-jar","/home/app.jar"]