From 98b683874543c768b89e512c6f5e4cbd84517d8d Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Thu, 1 Oct 2020 11:28:09 +0200 Subject: [PATCH] fix(build): add tsconfig.app.json to dockefile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1b3bda80a..ca15e17ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN npm install --silent # Copy the project COPY angular.json . COPY tsconfig.json . +COPY tsconfig.app.json . COPY nginx.conf . COPY /src ./src -- GitLab