Skip to content

Commit

Permalink
fix(docker): && I am dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Jun 16, 2023
1 parent 11ec0ff commit 42af824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down

0 comments on commit 42af824

Please sign in to comment.