alswl/excalidraw-collaboration

Help with Build Instructions

bobhenkel opened this issue · 2 comments

Hello this looks nice thanks for your efforts!

I'm getting this error. Not sure if I'm missing some dependencies that are needed to run this?

make patch images
# you can edit excalidraw.env.production to change endpoints
cp excalidraw.env.production excalidraw/.env.production
cp excalidraw.dockerignore excalidraw/.dockerignore
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 157B done
#2 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3991967487/Dockerfile: no such file or directory
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount1692067687/Dockerfile: no such file or directory
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 transferring context: 2B done
#2 DONE 0.0s
ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount250717985/Dockerfile: no such file or directory
make: *** [Makefile:65: images] Error 1
alswl commented

Please give me your system informations, it should include

  • System version and distribution (macos? Linux?)
  • docker --version
  • make --version
  • docker-compose --version

And please check, did you clone this repo with --recurse-submodules?