Files
biz_service_ebtp_extend/Dockerfile-uat

8 lines
431 B
Plaintext
Raw Normal View History

2021-05-28 09:46:55 +08:00
FROM harbor.dcos.guangzhou.unicom.local/eshop/jdk8_springboot_agent:v1.6
2021-08-23 13:41:10 +08:00
#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
2021-05-25 15:52:20 +08:00
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", "-javaagent:/skywalking/agent/skywalking-agent.jar","-jar", "/biz_service_ebtp_extend-0.0.1.jar"]