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 e305225 commit d185898Copy full SHA for d185898
front/Dockerfile
@@ -10,6 +10,7 @@ RUN mkdir -p front
10
WORKDIR /usr/front
11
12
COPY ./package.json .
13
+COPY ./package-lock.json .
14
15
RUN npm install
16
0 commit comments