Attempt to fix timeout

This commit is contained in:
Quinn Casey
2022-02-28 15:08:10 -08:00
parent 08dd0566b1
commit 077093a153

View File

@@ -3,7 +3,7 @@ FROM node:16 AS compile-frontend
COPY . /src
WORKDIR /src/src-ui
RUN npm install
RUN npm update npm -g && npm install
RUN ./node_modules/.bin/ng build --prod