This commit is contained in:
Andrea Spacca
2020-10-09 23:26:33 +02:00
parent 86145be2b1
commit ea3fbc09f1
10 changed files with 53 additions and 40 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ COPY webapp/frontend /scrutiny/src
RUN npm install -g @angular/cli@9.1.4 && \
mkdir -p /scrutiny/dist && \
npm install && \
ng build --output-path=/scrutiny/dist --deploy-url="/web/" --base-href="/web/" --prod
ng build --output-path=/scrutiny/dist --prod
########