Skip to content

Commit

Permalink
removed pnpm-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-s19 authored Aug 12, 2024
1 parent f1c11d3 commit b51456e
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 @@ -7,7 +7,7 @@ WORKDIR /app
#copy the package and package lock files
#from local to container work directory /app
COPY package.json /app/
COPY pnpm-lock.yaml /app/
# COPY pnpm-lock.yaml /app/

#Run command npm install to install packages
RUN pnpm install
Expand Down

0 comments on commit b51456e

Please sign in to comment.