mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Changed all wrong /opt/webapp as /webapp /opt/webapp of web container includes app.py, if set destination folder as /opt/webapp, app.py is not visible and below error log presents and the web container will exit, so it's better to set the destination folder as /webapp. docker logs -f web python: can't open file 'app.py': [Errno 2] No such file or directory