Skip to content

Commit

Permalink
Update dockerignore ignore dist and sites
Browse files Browse the repository at this point in the history
As of now, it does nothing (`/dist/` doesn't filter the dist folder)
and sending anything from `dist` doesn't make sense as it's mounted
anyway.

Removing the traefik binary from whitelist as the integration script
compiles the binary before running, so we don't need to send it via
the build context.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Apr 25, 2017
1 parent 4bc2f17 commit d9fd412
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/dist/
!/dist/traefik
/site/
dist/
site/

0 comments on commit d9fd412

Please sign in to comment.