omgnetwork / dev-portal

OmiseGO Developers Portal
8 stars 11 forks source link

Failed docker-compose UP (Step 4/7 : COPY ./docs /app/docs) #58

Open denegny opened 4 years ago

denegny commented 4 years ago

Step 4/7 : COPY ./docs /app/docs ERROR: Service 'docusaurus' failed to build: COPY failed: stat /var/snap/docker/common/var-lib-docker/tmp/docker-builder743845893/docs: no such file or directory

loganbek commented 4 years ago

I had the same issue and had to

rm the website folder and run

npx docusaurus-init

before

docker-compose up