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:
5
sentry/.dockerignore
Normal file
5
sentry/.dockerignore
Normal file
@ -0,0 +1,5 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# Only allow requirements.txt
|
||||
!/requirements.txt
|
Reference in New Issue
Block a user