You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting stuck repeatedly while building the webUI either with docker build -t openas2_webui:latest -f Dockerfile_WebUI .
or with docker compose, docker compose build
it gets stuck on this step
/ => CACHED [web-builder 2/7] RUN npm install -g --force yarn 0.0s
=> CACHED [web-builder 3/7] COPY ./WebUI /usr/src/webui 0.0s
=> CACHED [web-builder 4/7] WORKDIR /usr/src/webui 0.0s
=> CACHED [web-builder 5/7] RUN yarn install 0.0s
=> CACHED [web-builder 6/7] RUN npx browserslist@latest --update-db 0.0s
=> [web-builder 7/7] RUN yarn run build 118.1s
=> => # yarn run v1.22.22
=> => # $ vue-cli-service build
=> => # - Building for production...
The text was updated successfully, but these errors were encountered:
I am getting stuck repeatedly while building the webUI either with
docker build -t openas2_webui:latest -f Dockerfile_WebUI .
or with docker compose,
docker compose build
it gets stuck on this step
/ => CACHED [web-builder 2/7] RUN npm install -g --force yarn 0.0s
=> CACHED [web-builder 3/7] COPY ./WebUI /usr/src/webui 0.0s
=> CACHED [web-builder 4/7] WORKDIR /usr/src/webui 0.0s
=> CACHED [web-builder 5/7] RUN yarn install 0.0s
=> CACHED [web-builder 6/7] RUN npx browserslist@latest --update-db 0.0s
=> [web-builder 7/7] RUN yarn run build 118.1s
=> => # yarn run v1.22.22
=> => # $ vue-cli-service build
=> => # - Building for production...
The text was updated successfully, but these errors were encountered: