]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Ports over the improvements to the frontend compilation from other PR
authorTrenton Holmes <holmes.trenton@gmail.com>
Sun, 24 Apr 2022 21:18:51 +0000 (14:18 -0700)
committerTrenton Holmes <holmes.trenton@gmail.com>
Mon, 25 Apr 2022 18:32:53 +0000 (11:32 -0700)
docker-builders/Dockerfile.frontend

index 6e0ee5374fcd939a2e9df5c86dd2db889941ab6a..0caec00304224ac0fb1e3be793d26f0e1bd7c815 100644 (file)
@@ -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 \