how to read a file from a local directory from python code in a docker container? – Debian
I have tried to containerize my python code , this is working, building the docker image, running the container and invoking the python code in my app.py file. next, i want to be able to upload the sample.txt file that…