updates for v0.4.0 release. Slight refactor/organization.

This commit is contained in:
Jason Kulatunga
2022-05-09 14:50:35 -07:00
parent 54178eaaf0
commit 381a6799cc
10 changed files with 205 additions and 106 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ COPY webapp/frontend /opt/scrutiny/src
RUN npm install -g @angular/cli@9.1.4 && \
mkdir -p /opt/scrutiny/dist && \
npm install && \
ng build --output-path=/opt/scrutiny/dist --deploy-url="/web/" --base-href="/web/" --prod
ng build --output-path=/opt/scrutiny/dist --prod
########