Fixes final WORKDIR directive

This commit is contained in:
Trenton Holmes
2022-04-18 14:48:08 -07:00
parent 6c70db31bd
commit 6179ca5668

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/ ./