updated docker config

This commit is contained in:
Jonas Winkler
2020-10-29 22:30:36 +01:00
parent 561cf18423
commit ffcba0525d
2 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ COPY src-ui/package* ./
RUN npm install
COPY src-ui .
RUN node_modules/.bin/ng build --prod --output-hashing none
RUN node_modules/.bin/ng build --prod --output-hashing none --sourceMap=false
###############################################################################
### Back end ###