File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
8484WORKDIR ${QL_DIR}
8585
8686HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
87- CMD curl -sf --noproxy '*' http://127.0.0.1:5700/api/health || exit 1
87+ CMD curl -sf --noproxy '*' http://127.0.0.1:${QlPort:- 5700} /api/health || exit 1
8888
8989ENTRYPOINT ["./docker/docker-entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ COPY --from=builder /tmp/build/node_modules/. /ql/node_modules/
8484WORKDIR ${QL_DIR}
8585
8686HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
87- CMD curl -sf --noproxy '*' http://127.0.0.1:5700/api/health || exit 1
87+ CMD curl -sf --noproxy '*' http://127.0.0.1:${QlPort:- 5700} /api/health || exit 1
8888
8989ENTRYPOINT ["./docker/docker-entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments