From 80601e0ccd82aa64d6243fb354fcd80378c57e7d Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 22 Nov 2021 09:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Dockerfile=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9B=B4=E6=8E=A5=E6=94=BE=E5=88=B0=E4=B8=8Ejar?= =?UTF-8?q?=E5=8C=85=E5=90=8C=E7=BA=A7=E7=9B=AE=E5=BD=95=EF=BC=8C=E7=A1=AE?= =?UTF-8?q?=E4=BF=9D=E5=8F=91=E5=B8=83=E5=90=8E=EF=BC=8C=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=8A=9F=E8=83=BD=E7=9B=B4=E6=8E=A5=E5=8F=AF?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E4=B8=8D=E9=9C=80=E8=A6=81=E5=81=9A=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/jeecg-boot-module-system/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jeecg-boot/jeecg-boot-module-system/Dockerfile b/jeecg-boot/jeecg-boot-module-system/Dockerfile index eb12d30e..72e5a11a 100644 --- a/jeecg-boot/jeecg-boot-module-system/Dockerfile +++ b/jeecg-boot/jeecg-boot-module-system/Dockerfile @@ -4,12 +4,13 @@ MAINTAINER jeecgos@163.com RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime -RUN mkdir -p /jeecg-boot +RUN mkdir -p /jeecg-boot/config/jeecg/ WORKDIR /jeecg-boot EXPOSE 8080 +ADD ./src/main/resources/jeecg ./config/jeecg ADD ./target/jeecg-boot-module-system-3.0.jar ./ CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-boot-module-system-3.0.jar \ No newline at end of file