I want to create a docker image. This is my work directory: Dockerfile.in test.json test.py
And this is my Dockerfile:
COPY ./test.json /home/tes
I was also facing the same, I moved my docker file to root of the project. then it worked