Skip to content

Commit

Permalink
Merge pull request #4 from themerous/themerous-patch-3
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
themerous authored Jul 26, 2024
2 parents c56b526 + 1b62736 commit 674885d
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 @@ -13,7 +13,7 @@ COPY package-lock.json ./
COPY package.json ./

# Install dependencies using pnpm package management
RUN pnpm install
RUN pnpm install --no-frozen-lockfile
RUN npm install

# Copy the rest of the application code
Expand Down

0 comments on commit 674885d

Please sign in to comment.