Add .dockerignore to lightweight build context

Ignoring vendor/ and dist/

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2015-10-30 09:21:23 +01:00 committed by Vincent Demeester
parent b4c019afb6
commit 6f3afe8213

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
dist/
vendor/
!dist/traefik