Cpte-Cloud/cpte-module-system/cpte-system-start/Dockerfile

18 lines
463 B
Docker
Raw Permalink Normal View History

2025-10-24 15:47:26 +08:00
FROM registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/java:17-anolis
MAINTAINER cpteos@163.com
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#RUN mkdir -p /cpte-wms/config/cpte/
WORKDIR /cpte-wms
EXPOSE 8000
#ADD ./src/main/resources/cpte ./config/cpte
ADD ./target/cpte-system-start-3.8.3.jar ./
RUN mkdir -p /cpte-wms/config
CMD sleep 60;java -Dfile.encoding=UTF-8 -Djava.security.egd=file:/dev/./urandom -jar cpte-system-start-3.8.3.jar