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

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