9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
# https://docs.docker.com/engine/reference/builder/#dockerignore-file
|
|
# Don't send the following files to the docker daemon as the build context.
|
|
|
|
.git
|
|
.gitattributes
|
|
.travis.yml
|
|
README.md
|
|
docker-compose.yml
|