chore: 优化部署配置

This commit is contained in:
2024-01-31 20:14:49 +08:00
parent 8fe85e3a90
commit b5d668e014
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ WORKDIR /app/bin
ENTRYPOINT ["java", \
"-jar", \
"-XX:+UseZGC", \
"-Djava.security.egd=file:/dev/./urandom", \
"-Dspring.profiles.active=prod", \
"app.jar"]