mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Attempt to fix timeout
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:16 AS compile-frontend
|
|||||||
COPY . /src
|
COPY . /src
|
||||||
|
|
||||||
WORKDIR /src/src-ui
|
WORKDIR /src/src-ui
|
||||||
RUN npm install
|
RUN npm update npm -g && npm install
|
||||||
RUN ./node_modules/.bin/ng build --prod
|
RUN ./node_modules/.bin/ng build --prod
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user