2
0

feat(config): Mount config as a volume to Sentry (#407)

This follows the best-practice of mounting the config folder as a volume and removes the need to rebuild sentry images for config changes. Partially addresses #314.
This commit is contained in:
Burak Yigit Kaya
2020-03-12 20:14:46 +03:00
committed by GitHub
parent c95eb56467
commit 5f7c18bd18
3 changed files with 7 additions and 11 deletions

5
sentry/.dockerignore Normal file
View File

@ -0,0 +1,5 @@
# Ignore everything
*
# Only allow requirements.txt
!/requirements.txt