mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix(docker): && I am dumb
This commit is contained in:
parent
11ec0ff7e6
commit
42af8241f9
@ -15,7 +15,7 @@ COPY --link . .
|
||||
|
||||
FROM node:18-alpine AS runner
|
||||
RUN apk --no-cache add curl \
|
||||
adduser --disabled-password --home /home/container container
|
||||
&& adduser --disabled-password --home /home/container container
|
||||
USER container
|
||||
ENV USER=container \
|
||||
HOME=/home/container \
|
||||
|
Loading…
Reference in New Issue
Block a user