更改email docker

This commit is contained in:
dxin
2025-11-28 11:43:13 +08:00
parent 16fcc5dc72
commit 07176d5c2f
2 changed files with 3 additions and 3 deletions

View File

@@ -42,4 +42,4 @@ EXPOSE 4997 4998
ARG RUN_PROFILE=sit-us
ENV SPRING_PROFILES_ACTIVE=${RUN_PROFILE}
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar /app/flymoon-email.jar --spring.profiles.active=${SPRING_PROFILES_ACTIVE}"]
ENTRYPOINT ["sh", "-c", "exec java $JAVA_OPTS -jar /app/flymoon-email.jar --spring.profiles.active=${SPRING_PROFILES_ACTIVE}"]