Skip to content

Commit

Permalink
added multiple import of package json
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Aug 21, 2024
1 parent 78cb1a9 commit 4b7921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN corepack enable
RUN mkdir /app
FROM base AS prod

COPY pnpm-lock.yaml /app
COPY ["package.json", "package-lock.json*", "pnpm-lock.yaml*", "/app/"]
WORKDIR /app
RUN pnpm fetch --prod

Expand Down

0 comments on commit 4b7921f

Please sign in to comment.