Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Reduce the amount of stuff we send in the docker context (#5564)
Browse files Browse the repository at this point in the history
this makes docker builds a bit faster.
  • Loading branch information
richvdh authored Jun 27, 2019
1 parent b1b8a24 commit b2d2617
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Dockerfile
.travis.yml
.gitignore
demo/etc
tox.ini
.git/*
.tox/*
debian/matrix-synapse/
debian/matrix-synapse-*/
# ignore everything by default
*

# things to include
!docker
!scripts
!synapse
!MANIFEST.in
!README.rst
!setup.py
!synctl

**/__pycache__
1 change: 1 addition & 0 deletions changelog.d/5564.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reduce the amount of stuff we send in the docker context.

0 comments on commit b2d2617

Please sign in to comment.