Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Issue Nekmo#26: Fix angular build for material module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Jan 18, 2021
1 parent 8806ce7 commit 5aee5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ COPY demo/angular ./
WORKDIR /angular-django
COPY src/angular ./
RUN npm install && ng build
RUN ln -s /angular-django/dist/angular-django /angular-django/node_modules/angular-django
WORKDIR /app
RUN ls /angular-django/
WORKDIR /app
# RUN npm install /angular-django/dist/angular-django
RUN npm install /angular-django/dist/angular-django/
RUN ng build --prod


Expand Down

0 comments on commit 5aee5be

Please sign in to comment.