We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3e428 commit d868f91Copy full SHA for d868f91
Dockerfile
@@ -3,7 +3,7 @@ FROM node:18-alpine as build
3
WORKDIR /app
4
5
COPY package.json /app
6
-COPY package-lock.json /app
+COPY yarn.lock /app
7
8
RUN yarn install
9
0 commit comments