mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Ports over the improvements to the frontend compilation from other PR
This commit is contained in:
parent
d19015579c
commit
ecca51dbdd
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
FROM node:16-bullseye-slim AS compile-frontend
|
||||
|
||||
COPY . /src
|
||||
COPY ./src /src/src
|
||||
COPY ./src-ui /src/src-ui
|
||||
|
||||
WORKDIR /src/src-ui
|
||||
RUN set -eux \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue