feat: add health check

This commit is contained in:
Elias Schneider
2024-11-24 18:53:32 +01:00
parent 9370292fe5
commit 058084ed64
3 changed files with 29 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ FROM node:20-alpine
# Delete default node user
RUN deluser --remove-home node
RUN apk add --no-cache caddy su-exec
RUN apk add --no-cache caddy curl su-exec
COPY ./reverse-proxy /etc/caddy/
WORKDIR /app