Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during "docker-compose up" #155

Open
reflektoin opened this issue Oct 1, 2022 · 0 comments
Open

Error during "docker-compose up" #155

reflektoin opened this issue Oct 1, 2022 · 0 comments

Comments

@reflektoin
Copy link

Hi, thank you for this project!

While starting to run the dashboard interactively using the command docker-compose up I got an error
Step 3/11 : COPY setup.py README.md . When using COPY with more than one source file, the destination must be a directory and end with a /
The problem was fixed by adding a slash after the final dot in the Dockerfile, just as the error message tells, like so:
COPY setup.py README.md ./

I'm running
Ubuntu 22.04.1 LTS.
Docker version 20.10.18, build b40c2f6
docker-compose version 1.29.2, build unknown

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

No branches or pull requests

1 participant