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:
parent
e6a4f88b24
commit
2ba17a02a0
|
|
@ -1,6 +1,4 @@
|
|||
.git
|
||||
test/**
|
||||
spec/**
|
||||
tmp/**
|
||||
.gitignore
|
||||
.hound.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue