Skip to content

Commit

Permalink
Merge pull request #528 from shivaji43/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
VanshKing30 authored Sep 12, 2024
2 parents 3a31b6a + 5407abb commit 094e035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM node:20
FROM node:20-alpine

WORKDIR /src/app

COPY package* .
COPY package*.json ./

RUN npm install

Expand Down

0 comments on commit 094e035

Please sign in to comment.