From 55dad9d95ba15cbe2d7376ef21cbeb7ef7a4c5b5 Mon Sep 17 00:00:00 2001
From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com>
Date: Thu, 22 Oct 2020 14:21:19 +0200
Subject: [PATCH] Update Dockerfile

---
 api/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api/Dockerfile b/api/Dockerfile
index 86426efe6..be573d396 100644
--- a/api/Dockerfile
+++ b/api/Dockerfile
@@ -4,8 +4,8 @@ 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 .
+COPY ../package-lock.json .
 
 # Install npm dependencies
 RUN npm install --silent
-- 
GitLab