Skip to content

Commit

Permalink
fix: Added Curl in the Docker-container so users can create healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed Sep 27, 2024
1 parent e3bb69e commit dfe8f45
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 @@ -90,7 +90,7 @@ COPY supervisord.conf /etc/supervisord.conf
# Enable correct yarn version, add supervisor & chown root /opt dir
RUN corepack install && \
corepack enable && \
apk add supervisor && \
apk add supervisor curl && \
chown node:node /opt && \
# This is required for docker user directive to work
chmod 777 /opt && \
Expand Down

0 comments on commit dfe8f45

Please sign in to comment.