Hi, I am new to all this docker. After following all the instructions when I try to run this command in terminal:
docker run -P -v hello.py:/hello.py japronto/japronto /hello.py
It appears to have following error message
No module named '/hello' on Python search path
Hi, I am new to all this docker. After following all the instructions when I try to run this command in terminal: docker run -P -v hello.py:/hello.py japronto/japronto /hello.py
It appears to have following error message No module named '/hello' on Python search path
Can you please help me with this