Skip to content

Commit

Permalink
Don't copy unneeded files when building docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed Apr 10, 2019
1 parent 6afa13c commit fa56a8b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# ignore git, caches and such
.*
# don't invalidate cache when Dockerfile changes
Dockerfile
*.sqlite3
!.pip-cache/

0 comments on commit fa56a8b

Please sign in to comment.