增加了部分模板文件

This commit is contained in:
ajaxfan
2021-02-25 19:40:22 +08:00
parent 1ada1598c5
commit 14f2dddd0a
7 changed files with 19 additions and 18 deletions

View File

@ -3,5 +3,8 @@ ENV LC_ALL=zh_CN.utf8
ENV LANG=zh_CN.utf8
ENV LANGUAGE=zh_CN.utf8
RUN localedef -c -f UTF-8 -i zh_CN zh_CN.utf8
RUN mkdir -p /model
COPY /target/classes/model/. /model/
ADD /target/biz_service_ebtp_extend-0.0.1.jar /biz_service_ebtp_extend-0.0.1.jar
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "/biz_service_ebtp_extend-0.0.1.jar"]