-
Notifications
You must be signed in to change notification settings - Fork 88
Docker Compose Error #34
Comments
Having the same issue. I'm using the Unix version on macOS 10.14. |
Here's a pastebin. |
weird. but you guys are building the images from source :) why do you do that ? you can just use the pre built ones from the dockerhub :) just don't clone the repo, only download the docker-compose file :) BUT just contact me on discord and I will invite you to the alpha cloud group. v2 runs without docker at all. its getting tested right now, I hope to release it during this or next week :) |
Because that is common procedure. You clone a repository, execute the Docker command, and the app figures itself out. I find your process more complicated because the process is uncommon. Maybe it's easier to avoid such issues by just adding a line that says not to clone the repository to the README? I got it working by the way. Good work on the app. Looks fabulous. Quick question: the yml file I get from this repo is the same that I'm supposed to download after donating right? |
you are right ... I should change that in the readme :) but I wont do that since its not needed anymore soon :D yes its the same one :) everything is free but I appreciate your help ! thanks a lot :) |
Building webserver
Step 1/4 : FROM nginx:stable-alpine
---> ef04b00b089d
Step 2/4 : COPY conf/nginx.conf /etc/nginx/conf.d/default.conf
---> Using cache
---> a207a84ce123
Step 3/4 : COPY dist /usr/share/nginx/html
ERROR: Service 'webserver' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder889649025/dist: no such file or directory
Can't execute 'docker-compose up'
The text was updated successfully, but these errors were encountered: