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

docker-compose not sending directories to remote docker #3

Open
fxpires opened this issue May 8, 2019 · 0 comments
Open

docker-compose not sending directories to remote docker #3

fxpires opened this issue May 8, 2019 · 0 comments

Comments

@fxpires
Copy link

fxpires commented May 8, 2019

Hi! I'm reading the chapter "The Voting Application". I've git cloned the repo. When I run the docker-compose up comand on page 214, the containers result_1 and vote_1 have this results (the others containers results where removed to improve readability):

result_1 | Usage: nodemon [nodemon options] [script.js] [args]
result_1 |
result_1 | See "nodemon --help" for more.
result_1 |
example-voting-app_result_1 exited with code 0

vote_1 | python: can't open file 'app.py': [Errno 2] No such file or directory
example-voting-app_vote_1 exited with code 2

I believe the docker-composer isn't sending the local directories vote, result and worker, that contains the respective containers' files. Am I missing something here?

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