fixes the docker build. also: proper 404 for missing documents/thumbnails

This commit is contained in:
Jonas Winkler
2020-11-13 22:31:39 +01:00
parent 8064dc7a7f
commit d398030396
2 changed files with 16 additions and 6 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 --sourceMap=false
RUN node_modules/.bin/ng build --prod --output-hashing none --sourceMap=false --output-path dist/paperless-ui
###############################################################################
### Back end ###