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 am trying to follow your training and I am at v0.5 when I need to run a Unit Test python app test.py.
I am using docker on windows.
When I run "docker-compose up -d"
I see that python app.py exited. I look at logs "docker logs 78cd1643a3bd" and see "python: can't open file 'app.py': [Errno 2] No such file or directory". The same error when I run "docker-compose run dockerapp python test.py"
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to follow your training and I am at v0.5 when I need to run a Unit Test python app test.py.
I am using docker on windows.
When I run "docker-compose up -d"
I see that python app.py exited. I look at logs "docker logs 78cd1643a3bd" and see "python: can't open file 'app.py': [Errno 2] No such file or directory". The same error when I run "docker-compose run dockerapp python test.py"
Thanks in advance
The text was updated successfully, but these errors were encountered: