aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]