Skip to content

Commit

Permalink
chore: slim down production image
Browse files Browse the repository at this point in the history
Add a bunch of directories to `.dockerignore` which are not required
within the production image.

Signed-off-by: Blake Pettersson <[email protected]>
  • Loading branch information
blakepettersson committed Feb 25, 2023
1 parent 743b09f commit c6f32e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ cmd/**/debug
debug.test
coverage.out
ui/node_modules/
test-results/
test/
manifests/
hack/
docs/
examples/
.github/
!hack/installers
!hack/gpg-wrapper.sh
!hack/git-verify-wrapper.sh
!hack/tool-versions.sh
!hack/install.sh

0 comments on commit c6f32e5

Please sign in to comment.