Skip to content

Commit

Permalink
fix: add curl for coolify health check
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes-Andersen committed Nov 17, 2024
1 parent 69ec6b8 commit d01415a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ FROM base AS runtime
COPY --from=prod-deps /app/node_modules ./node_modules
COPY --from=build /app/dist ./dist

# Install curl for health checks
RUN apk --no-cache add curl

ENV TZ=Europe/Oslo
ENV HOST=0.0.0.0
ENV PORT=4321
Expand Down

0 comments on commit d01415a

Please sign in to comment.