aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/stretch')
-rw-r--r--docker/app/stretch/3.6/Dockerfile2
-rw-r--r--docker/app/stretch/3.7/Dockerfile2
2 files changed, 4 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 \
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile
index c2f10cea..a1538ddd 100644
--- a/docker/app/stretch/3.7/Dockerfile
+++ b/docker/app/stretch/3.7/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 \