Skip to content

Commit

Permalink
Merge pull request #5 from alphagov/dockerignore
Browse files Browse the repository at this point in the history
Add basic dockerignore
  • Loading branch information
csutter authored Nov 20, 2023
2 parents 2f9b3fe + 2ccb9ac commit bd2ef2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/.git/
/.bundle
/.env*
!/.env.example
/log/*
!/log/.keep
tmp

0 comments on commit bd2ef2e

Please sign in to comment.