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
Check if there's a .dockerignore file, if so, add:
.dockerignore
!mydir/test.json !mydir/test.py