Skip to content

Commit 60c73ab

Browse files
committed
🐳 Update Dockerfile
1 parent 3f5896f commit 60c73ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ FROM node:16-alpine
33
WORKDIR /app
44

55
COPY package.json ./
6-
# COPY package-lock.json ./
76
COPY yarn.lock ./
87

9-
# RUN npm install
108
RUN yarn install
119

1210
COPY . ./

0 commit comments

Comments
 (0)