updated docker config

This commit is contained in:
Jonas Winkler
2020-10-29 22:30:36 +01:00
parent ae9d3f5aab
commit 505396bc5a
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 ###