diff options
author | 2021-09-02 21:15:31 +0000 | |
---|---|---|
committer | 2021-09-02 21:15:31 +0000 | |
commit | 89d7dacf3337fed0685aad4409e86b3e137246ad (patch) | |
tree | 02dc7f3f09d8c2822821e81951bcf1fe5a0643ba /Dockerfile | |
parent | Install Django prometheus (diff) |
Add Django Prometheus to installed apps and middleware
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |