Add test & spec folder to docker container

It would have been nicer to also exclude the test and spec folder within
the production container, saving some space within that, but the docker
COPY statement doesn't allow for that without a workaround. So this is
what we will do for now I guess.
This commit is contained in:
Daniel Schädler 2019-06-20 19:56:04 +02:00
parent f56b674d74
commit d209d02238
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
.git .git
test/**
spec/**
tmp/** tmp/**
.gitignore .gitignore
.hound.yml .hound.yml