This commit is contained in:
PC 2026-01-22 16:29:19 +08:00
parent a594acf1f9
commit 8a3911d97d

View File

@ -24,4 +24,4 @@ HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost:10013/actuator/health || exit 1 CMD curl -f http://localhost:10013/actuator/health || exit 1
# 容器启动命令 # 容器启动命令
ENTRYPOINT ["sh", "-c", "java ${JAVA_OPTS} -jar ebike-operations.jar"] ENTRYPOINT ["java", "-jar", "ebike-operations.jar"]