aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-01-13 11:37:28 +0100
committerGravatar Johannes Christ <[email protected]>2019-01-13 11:37:28 +0100
commit3c5313fc8e42bb0719e218452a93554e3525fa2b (patch)
treef73495dade8794cc0015496b6cfadcf68c51ac22 /docker
parentRemove duplicated newline. (diff)
Drop `collectstatic` task again.
Diffstat (limited to 'docker')
-rw-r--r--docker/app/alpine/3.7/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile
index c7ddc623..a2023977 100644
--- a/docker/app/alpine/3.7/Dockerfile
+++ b/docker/app/alpine/3.7/Dockerfile
@@ -24,6 +24,5 @@ RUN python3 -m pip install .[$EXTRAS] \
&& apk del --purge build
COPY . .
-RUN SECRET_KEY=abc DATABASE_URL=postgresql://fake:password@host/database python manage.py collectstatic
CMD ["uwsgi", "--ini", "docker/app/uwsgi.ini"]