master
parent
ec0f4997e7
commit
c58ccf93d9
|
@ -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"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue