Skip to content

Commit

Permalink
Dockerfile fix (#550)
Browse files Browse the repository at this point in the history
closes #549

Co-authored-by: Babeuh <[email protected]>
  • Loading branch information
robigan and babeuh committed Feb 27, 2024
1 parent 1d763fe commit cc86d92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/docker-entrypoint.sh ./entrypoint.sh
COPY --from=builder /app/next.config.js ./next.config.js
COPY --from=builder /app/next-i18next.config.js ./next-i18next.config.js

RUN addgroup -g 1001 --system nodejs && \
adduser --system nextjs -u 1001 -G nodejs && \
Expand Down

0 comments on commit cc86d92

Please sign in to comment.