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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}