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 69236f2 commit 9ef811bCopy full SHA for 9ef811b
Dockerfile
@@ -3,6 +3,7 @@ FROM node:18-alpine as build
3
WORKDIR /app
4
5
COPY package.json /app
6
+COPY package-lock.json /app
7
8
RUN npm ci
9
0 commit comments