Re-exclude /dist/traefik from .dockerignore.

Required for the 'image' Makefile target to succeed since it copies the
binary into the image.
This commit is contained in:
Timo Reimann 2017-04-25 22:55:54 +02:00
parent 750fa22cff
commit f1ee471b6b

View file

@ -1,2 +1,3 @@
dist/ dist/
!dist/traefik
site/ site/