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
Hello, the development team of Wealthbot.io,
I'm currently trying to install Wealthbot on an AWS EC2 Ubuntu instance so we can access the app from a public IPv4 address.
But when I run docker-compose up --build -d, the process always gets stuck at step 2/5 of building webapp - RUN npm install -g @vue/cli.
Here is the output log in details:
Building webapp
Step 1/5 : FROM node:15
15: Pulling from library/node
bfde2ec33fbc: Pull complete
787f5e2f1047: Pull complete
7b6173a10eb8: Pull complete
dc05be471d51: Pull complete
55fab5cadd3c: Pull complete
bd821d20ef8c: Pull complete
6041b69671c6: Pull complete
989c5d2d2313: Pull complete
4b57d41e8391: Pull complete
Digest: sha256:608bba799613b1ebf754034ae008849ba51e88b23271412427b76d60ae0d0627
Status: Downloaded newer image for node:15
---> 3d3f41722daf
Step 2/5 : RUN npm install -g @vue/cli
---> Running in 0f44d005620b
After this, I didn't see anything more even though I have waited for a very long time.
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered:
Hello @vietanhtran2710, thank you for being apart of the Wealthbot community! Over the past several months we have been redeveloping the entire application to provide a new look and feel and fix bugs such as this.
If you send us an email at [email protected], I'd love to learn more about you and your goals with Webo. I look forward to hearing from you!
Hello, the development team of Wealthbot.io,
I'm currently trying to install Wealthbot on an AWS EC2 Ubuntu instance so we can access the app from a public IPv4 address.
But when I run
docker-compose up --build -d
, the process always gets stuck at step 2/5 of building webapp - RUN npm install -g @vue/cli.Here is the output log in details:
After this, I didn't see anything more even though I have waited for a very long time.
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered: