mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-26 07:49:23 +00:00
feat: add health check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user