Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stucks while building WebUI using Docker #399

Closed
uzairash opened this issue Oct 27, 2024 · 1 comment · Fixed by #405
Closed

Stucks while building WebUI using Docker #399

uzairash opened this issue Oct 27, 2024 · 1 comment · Fixed by #405

Comments

@uzairash
Copy link

uzairash commented Oct 27, 2024

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...

@uhurusurfa
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants