Skip to content

Commit

Permalink
Fix docker healthcheck. (#11747)
Browse files Browse the repository at this point in the history
  • Loading branch information
PMExtra authored Nov 23, 2020
1 parent db73869 commit a062cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit a062cbb

Please sign in to comment.