From 96f67a9bbb91501a01f88ab062d6847182952d50 Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Fri, 23 Oct 2020 11:18:34 +0200 Subject: [PATCH] Update Dockerfile --- api/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/Dockerfile b/api/Dockerfile index 53ede989c..fd0a9f4c7 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -6,6 +6,9 @@ WORKDIR /app # Copy the package.json file first in order to cache the modules COPY . . +RUN mkdir api +RUN cp routes.json ./api + # Install npm dependencies RUN npm install -- GitLab