From 017548885d8c0608451c89c179af3220a9de3f6d Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 22 Oct 2020 14:34:24 +0200 Subject: [PATCH] Update Dockerfile --- api/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index be573d396..2d043a744 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -4,8 +4,7 @@ FROM node:12.16 WORKDIR /app # Copy the package.json file first in order to cache the modules -COPY ../package.json . -COPY ../package-lock.json . +COPY ./package.json . # Install npm dependencies RUN npm install --silent -- GitLab