aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-02 21:15:31 +0000
committerGravatar GitHub <[email protected]>2021-09-02 21:15:31 +0000
commit89d7dacf3337fed0685aad4409e86b3e137246ad (patch)
tree02dc7f3f09d8c2822821e81951bcf1fe5a0643ba /Dockerfile
parentInstall Django prometheus (diff)
Add Django Prometheus to installed apps and middleware
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c07fc2e2..46f45bf3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,7 @@ COPY . .
# Set dummy variables so collectstatic can load settings.py
RUN \
+ BUILDING_DOCKER=yes \
SECRET_KEY=dummy_value \
DATABASE_URL=postgres://localhost \
METRICITY_DB_URL=postgres://localhost \