Skip to content

Commit

Permalink
fix(Dockerfile): correct typo in COPY command to ensure lock file is …
Browse files Browse the repository at this point in the history
…copied correctly
  • Loading branch information
Bluzzi committed Oct 13, 2024
1 parent 9841933 commit 8bcad93
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 @@ -6,7 +6,7 @@ WORKDIR /app
RUN corepack enable

# Install dependencies:
COPY ./package.json ./pnpm-lock.yaml./
COPY ./package.json ./pnpm-lock.yaml ./

RUN pnpm install --frozen-lockfile

Expand Down

0 comments on commit 8bcad93

Please sign in to comment.