Loading VERSION +1 −1 Original line number Diff line number Diff line 0.2.1 0.2.2 start.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -ex # Wait for the application to start before accepting ALB requests. while sleep 2; do curl http://app:${APP_PORT}${HEALTHCHECK_PATH:-/health} && break curl --max-time 5 http://app:${APP_PORT}${HEALTHCHECK_PATH:-/health} && break done # run in foreground as pid 1 Loading Loading
start.sh +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ set -ex # Wait for the application to start before accepting ALB requests. while sleep 2; do curl http://app:${APP_PORT}${HEALTHCHECK_PATH:-/health} && break curl --max-time 5 http://app:${APP_PORT}${HEALTHCHECK_PATH:-/health} && break done # run in foreground as pid 1 Loading