From: Trenton Holmes Date: Sun, 24 Apr 2022 21:18:51 +0000 (-0700) Subject: Ports over the improvements to the frontend compilation from other PR X-Git-Tag: v1.8.0-beta.rc1~164^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecca51dbdd57901b0a33610c20f424a7534bbb47;p=thirdparty%2Fpaperless-ngx.git Ports over the improvements to the frontend compilation from other PR --- diff --git a/docker-builders/Dockerfile.frontend b/docker-builders/Dockerfile.frontend index 6e0ee5374f..0caec00304 100644 --- a/docker-builders/Dockerfile.frontend +++ b/docker-builders/Dockerfile.frontend @@ -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 \