Fix docker healthcheck. (#11747)

This commit is contained in:
PM Extra
2020-11-24 05:17:19 +08:00
committed by GitHub
parent db7386910e
commit a062cbbf5d

View File

@@ -108,7 +108,7 @@ WORKDIR /app
USER superset
HEALTHCHECK CMD ["curl", "-f", "http://localhost:8088/health"]
HEALTHCHECK CMD ["curl", "-f", "http://localhost:$$SUPERSET_PORT/health"]
EXPOSE ${SUPERSET_PORT}