Skip to content
Snippets Groups Projects
Commit 98b68387 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(build): add tsconfig.app.json to dockefile

parent 6b3e4c18
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment