Skip to content
This repository was archived by the owner on Nov 21, 2021. It is now read-only.

Docker Compose Error #34

Closed
veroight opened this issue Jun 13, 2019 · 6 comments
Closed

Docker Compose Error #34

veroight opened this issue Jun 13, 2019 · 6 comments

Comments

@veroight
Copy link

veroight commented Jun 13, 2019

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'

@breuerfelix
Copy link
Owner

this is really strange, may I ask which docker-compose file you used ?

do you used this one for unix or this one for windows ?

@Zettt
Copy link

Zettt commented Jun 21, 2019

Having the same issue. I'm using the Unix version on macOS 10.14.

@Zettt
Copy link

Zettt commented Jun 22, 2019

Here's a pastebin.

@breuerfelix
Copy link
Owner

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 :)

@Zettt
Copy link

Zettt commented Jun 23, 2019

weird. but you guys are building the images from source :) why do you do that ?

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?

@breuerfelix
Copy link
Owner

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants