Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,4 @@ HEALTHCHECK \ --timeout=15s \ --start-period=3m \ --retries=10 \ CMD wget --spider -q http://localhost:${PORT}/api/${MICROSERVICE_NAME}/actuator/health CMD wget --spider -q http://localhost:${PORT}/api/${UNIT_NAME}/${MICROSERVICE_PATH}/actuator/health Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -13,4 +13,4 @@ HEALTHCHECK \ --timeout=15s \ --start-period=3m \ --retries=10 \ CMD wget --spider -q http://localhost:${PORT}/api/${MICROSERVICE_NAME}/actuator/health CMD wget --spider -q http://localhost:${PORT}/api/${UNIT_NAME}/${MICROSERVICE_PATH}/actuator/health