配置
This commit is contained in:
parent
a594acf1f9
commit
8a3911d97d
@ -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"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user