mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix(docker): install curl
for healthcheck
This commit is contained in:
parent
516c45f9ab
commit
11ec0ff7e6
@ -14,7 +14,8 @@ RUN CI=true pnpm install --prod --frozen-lockfile
|
||||
COPY --link . .
|
||||
|
||||
FROM node:18-alpine AS runner
|
||||
RUN adduser --disabled-password --home /home/container container
|
||||
RUN apk --no-cache add curl \
|
||||
adduser --disabled-password --home /home/container container
|
||||
USER container
|
||||
ENV USER=container \
|
||||
HOME=/home/container \
|
||||
|
Loading…
Reference in New Issue
Block a user