Closed programarivm closed 6 years ago
I wonder if it'd make sense to install the npm
packages through the containers, kind of like this:
git clone https://github.com/ExchangeUnion/xud
cd ~/xud/docker
docker-compose up -d
And then run:
docker exec -it --user 1000:1000 <xud-container-name-here> npm install
docker exec -it --user 1000:1000 <xud-container-name-here> npm run compile
I tried to get the docker containers running as shown next.
docker-compose up -d
:docker ps -a
: