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:
parent
750fa22cff
commit
f1ee471b6b
1 changed files with 1 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
dist/
|
||||
!dist/traefik
|
||||
site/
|
||||
|
|
Loading…
Reference in a new issue