Update static paths

This commit is contained in:
shamoon
2025-04-09 07:40:24 -07:00
parent e715e8a2db
commit d87b421f98
6 changed files with 10 additions and 10 deletions

View File

@@ -234,7 +234,7 @@ RUN --mount=type=cache,target=${UV_CACHE_DIR},id=python-cache \
COPY --chown=1000:1000 ./src ./
# copy frontend
COPY --from=compile-frontend --chown=1000:1000 /src/src/documents/static/frontend/ ./documents/static/frontend/
COPY --from=compile-frontend --chown=1000:1000 /src/src/paperless/static/frontend/ ./paperless/static/frontend/
# add users, setup scripts
# Mount the compiled frontend to expected location