diff --git a/Dockerfile b/Dockerfile index 13d9872..9672870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ 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 -ls /home/gitlab-runner/public/physical/ +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 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