You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: