From 23c6be2702f3617df36610964df4cdcb502f6502 Mon Sep 17 00:00:00 2001 From: Matthieu Benoist <mbenoist@ausy-group.com> Date: Fri, 31 Jul 2020 08:52:54 +0200 Subject: [PATCH] Add lock file to the image build --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0381a0da..b26576b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ WORKDIR /app # Copy the package.json file first in order to cache the modules COPY ./package.json . +COPY ./package-lock.json . COPY ./patch.js . # Install npm dependencies -- GitLab