Fixes final WORKDIR directive

This commit is contained in:
Trenton Holmes 2022-04-18 14:48:08 -07:00
parent 6c70db31bd
commit 6179ca5668
No known key found for this signature in database
GPG Key ID: 4815A6E23A56B8D1

View File

@ -142,6 +142,8 @@ WORKDIR /usr/src/paperless/
COPY gunicorn.conf.py .
WORKDIR /usr/src/paperless/src/
# copy app
COPY --from=compile-frontend /src/src/ ./