diff --git a/Dockerfile b/Dockerfile
index 1b3bda80a4e534c6d9f44d3cdb233eaa3ee51835..ca15e17abd8a57c14e646fae940fdd9c6f97d968 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