mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Ports over the improvements to the frontend compilation from other PR
This commit is contained in:
parent
d19015579c
commit
ecca51dbdd
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
FROM node:16-bullseye-slim AS compile-frontend
|
FROM node:16-bullseye-slim AS compile-frontend
|
||||||
|
|
||||||
COPY . /src
|
COPY ./src /src/src
|
||||||
|
COPY ./src-ui /src/src-ui
|
||||||
|
|
||||||
WORKDIR /src/src-ui
|
WORKDIR /src/src-ui
|
||||||
RUN set -eux \
|
RUN set -eux \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user