CI: Build frontend ui
This commit is contained in:
parent
dcb0cb315b
commit
451b678e73
3 changed files with 18 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Reference in a new issue