mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fixes final WORKDIR directive
This commit is contained in:
parent
6c70db31bd
commit
6179ca5668
1 changed files with 2 additions and 0 deletions
|
|
@ -142,6 +142,8 @@ WORKDIR /usr/src/paperless/
|
||||||
|
|
||||||
COPY gunicorn.conf.py .
|
COPY gunicorn.conf.py .
|
||||||
|
|
||||||
|
WORKDIR /usr/src/paperless/src/
|
||||||
|
|
||||||
# copy app
|
# copy app
|
||||||
COPY --from=compile-frontend /src/src/ ./
|
COPY --from=compile-frontend /src/src/ ./
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue