You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile has WORKDIR /app and then HEALTHCHECK --interval=5s CMD node healthcheck.js, but later on there is WORKDIR /app/dist which seems to be affecting the path used for the healthcheck.
The text was updated successfully, but these errors were encountered:
The healthcheck isn't working with the latest image on dockerhub.
The Dockerfile has
WORKDIR /app
and thenHEALTHCHECK --interval=5s CMD node healthcheck.js
, but later on there isWORKDIR /app/dist
which seems to be affecting the path used for the healthcheck.The text was updated successfully, but these errors were encountered: