Skip to content

Commit

Permalink
try to fix healcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Oct 4, 2023
1 parent 19565e2 commit 4a21e23
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 @@ -55,6 +55,6 @@ ENV PORT=3000
COPY --from=builder /app .

HEALTHCHECK --interval=10s --timeout=3s \
CMD wait-port :$PORT -o silent -t 3000 /
CMD wait-port :$$PORT -o silent -t 3000 /

CMD yarn workspace ${APP} ${START_COMMAND}

0 comments on commit 4a21e23

Please sign in to comment.