This commit is contained in:
ls
2024-10-12 00:13:26 +08:00
parent f777b61c05
commit 5af8c8dc04
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +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
COPY ./physical-launcher/target/physical-launcher-3.7.0.jar physical-launcher-3.7.0.jar
ADD /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