Browse Source

Reduce the amount of stuff we send in the docker context (#5564)

this makes docker builds a bit faster.
tags/v1.1.0rc1
Richard van der Hoff 4 years ago
committed by GitHub
parent
commit
b2d2617c0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 9 deletions
  1. +13
    -9
      .dockerignore
  2. +1
    -0
      changelog.d/5564.misc

+ 13
- 9
.dockerignore View File

@@ -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
- 0
changelog.d/5564.misc View File

@@ -0,0 +1 @@
Reduce the amount of stuff we send in the docker context.

Loading…
Cancel
Save