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
.dockerignore file in build path, the files or dir you want to copy may be in the ignore file list!