Replace npm with yarn to install/run the webui
This commit is contained in:
parent
25725e9b2f
commit
c7b24f4e9c
7 changed files with 9582 additions and 16663 deletions
|
@ -8,8 +8,8 @@ COPY ./webui/ $WEBUI_DIR/
|
|||
|
||||
WORKDIR $WEBUI_DIR
|
||||
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
||||
# BUILD
|
||||
FROM golang:1.17-alpine as gobuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue