Skip to content

Commit

Permalink
fix: copy package json for yarn start
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Sep 14, 2023
1 parent 07a63d7 commit 01fba0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp-next/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ WORKDIR /app

ENV NODE_ENV production

COPY package.json yarn.lock ./

RUN addgroup --system --gid 1001 nodejs && \
adduser --system --uid 1001 nextjs

Expand Down

0 comments on commit 01fba0e

Please sign in to comment.