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