Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove dockerignore from the image (#12)
We can remove the line `ADD .dockerignore .` from the Dockerfile. The .dockerignore file is only used to exclude files from the build context and doesn’t need to be included in the final image
- Loading branch information