Skip to content

Commit

Permalink
fix(prod): Fix adduser attributes for debian-based image
Browse files Browse the repository at this point in the history
  • Loading branch information
GordiNoki authored and Gocnak committed Dec 21, 2024
1 parent 079eb12 commit 78ab64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM node:lts
WORKDIR /app

RUN addgroup --system backend && \
adduser --system -G backend backend
adduser --system --ingroup backend backend

COPY ../dist/apps/backend .
COPY ../libs/db/src/schema.prisma ./prisma/
Expand Down

0 comments on commit 78ab64c

Please sign in to comment.