Files
physical-boot/physical-launcher/Dockerfile
2024-08-10 14:03:55 +08:00

17 lines
418 B
Docker

FROM bellsoft/liberica-openjdk-debian:17
MAINTAINER lslvxy@163.com
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
#RUN mkdir -p /jeecg-boot/config/jeecg/
WORKDIR /jeecg-boot
EXPOSE 8080
#ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/physical-launcher-3.7.0.jar ./
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar physical-launcher-3.7.0.jar --spring.profiles.active=prod