Skip to content

Commit

Permalink
Add a dockerignore file to the example dir
Browse files Browse the repository at this point in the history
This is to push users in the direction of using a dockerignore file to avoid copying things like their venv folders into the final image
  • Loading branch information
ChrisLovering committed Oct 3, 2023
1 parent 6473a29 commit 905be01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/example.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Exclude everything by default
*

# Make exceptions for what's needed
!app
!pyproject.toml
!poetry.lock
!LICENSE

0 comments on commit 905be01

Please sign in to comment.