From 39985210a49999771e399f0d07725d9b4674818a Mon Sep 17 00:00:00 2001 From: ls Date: Sat, 12 Oct 2024 00:37:33 +0800 Subject: [PATCH] update --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9672870..3328aba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ WORKDIR /app EXPOSE 8080 #ADD ./src/main/resources/jeecg ./config/jeecg #COPY --from=build /app/physical-launcher/target/physical-launcher-3.7.0.jar physical-launcher-3.7.0.jar -CMD ls /home/gitlab-runner/public/physical/ -COPY /home/gitlab-runner/public/physical/physical-launcher-3.7.0.jar physical-launcher-3.7.0.jar +COPY /home/gitlab-runner/public/physical/physical-launcher-3.7.0.jar /app/ CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar physical-launcher-3.7.0.jar --spring.profiles.active=prod \ No newline at end of file