diff options
author | 2019-04-05 13:46:50 +0100 | |
---|---|---|
committer | 2019-04-05 13:46:50 +0100 | |
commit | 0936db6072db68d9f724c49c3e7252680f6e8867 (patch) | |
tree | abb566abec75b4a2fe36f4d58c753b34d11231cb /docker/app/stretch/3.6/Dockerfile | |
parent | [#158 #160] Add crispy-bulma and simple-bulma (diff) |
[#158 #160] Automatically run collectstatic in containers/setup script
Diffstat (limited to 'docker/app/stretch/3.6/Dockerfile')
-rw-r--r-- | docker/app/stretch/3.6/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/app/stretch/3.6/Dockerfile b/docker/app/stretch/3.6/Dockerfile index 3ce69018..5f97a510 100644 --- a/docker/app/stretch/3.6/Dockerfile +++ b/docker/app/stretch/3.6/Dockerfile @@ -29,6 +29,8 @@ RUN python3 -m pip install pipenv \ COPY . . +RUN python3 manage.py collectstatic --no-input --clear + RUN apt-get purge -y \ gcc \ libc-dev \ |