Update .dockerignore
This commit is contained in:
parent
c25f275c4f
commit
8ee5b37583
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
|
# We don't want to have Docker's build instructions inside the container, that's kindof useless.
|
||||||
Dockerfile
|
Dockerfile
|
||||||
docker-compose.yml
|
docker-compose.yml
|
||||||
|
|
||||||
|
# We don't need need these inside of the container either.
|
||||||
.git
|
.git
|
||||||
.cache
|
.cache
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
|
# Please configure these outside of the Docker container by using volumes.
|
||||||
|
token.js
|
||||||
|
config.js
|
||||||
|
|
Reference in a new issue