diff options
author | 2019-01-13 11:37:28 +0100 | |
---|---|---|
committer | 2019-01-13 11:37:28 +0100 | |
commit | 3c5313fc8e42bb0719e218452a93554e3525fa2b (patch) | |
tree | f73495dade8794cc0015496b6cfadcf68c51ac22 /docker | |
parent | Remove duplicated newline. (diff) |
Drop `collectstatic` task again.
Diffstat (limited to 'docker')
-rw-r--r-- | docker/app/alpine/3.7/Dockerfile | 1 |
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"] |