We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5896f commit 60c73abCopy full SHA for 60c73ab
Dockerfile
@@ -3,10 +3,8 @@ FROM node:16-alpine
3
WORKDIR /app
4
5
COPY package.json ./
6
-# COPY package-lock.json ./
7
COPY yarn.lock ./
8
9
-# RUN npm install
10
RUN yarn install
11
12
COPY . ./
0 commit comments