Skip to content

Commit

Permalink
fix: healthcheck broken due to missing curl
Browse files Browse the repository at this point in the history
Closes #620.
  • Loading branch information
gildesmarais committed Dec 25, 2023
1 parent 1c29864 commit a6d713e
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 @@ -12,10 +12,10 @@ HEALTHCHECK --interval=30m --timeout=60s --start-period=5s \
CMD curl -f http://${HEALTH_CHECK_USERNAME}:${HEALTH_CHECK_PASSWORD}@localhost:3000/health_check.txt || exit 1

RUN apk add --no-cache --verbose \
'curl>=8.5.0' \
'gcc>=12' \
'git=~2' \
'libc-dev=~0' \
'make=~4' \
'openssl>=3.1.4' \
'tzdata>=2023c-r1'

Expand Down

0 comments on commit a6d713e

Please sign in to comment.