update dockerignore to exclude other unneeded folders/files

add additional files/folders that dont need to be in the Docker image
This commit is contained in:
Adam Leskis 2020-04-06 11:39:44 +01:00
parent a508bccbbf
commit 0c916add13
1 changed files with 7 additions and 0 deletions

View File

@ -1 +1,8 @@
node_modules
git
.gitignore
.dockerignore
Dockerfile*
docker-compose*
README.md
LICENSE