CI: Build frontend ui

This commit is contained in:
nemunaire 2021-08-31 21:00:37 +02:00
commit 451b678e73
3 changed files with 18 additions and 2 deletions

View file

@ -6,7 +6,7 @@ RUN apk --no-cache add python2 build-base
COPY frontend/ui/ .
RUN npm install --network-timeout100000
RUN npm install --network-timeout 100000
RUN npm run build