Skip to content

Commit

Permalink
ci/build: Add .dockerignore to limit build context
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 23, 2020
1 parent 9d9e81d commit ef75bf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
!/ci
!/configs/google-vrp
!/configs/*yaml
!/linux/amd64/build_release*
!/linux/arm64/build_release*
!/local
!/test/config/integration/certs
!/windows

0 comments on commit ef75bf9

Please sign in to comment.