Docker
Compare changes
+ 7
− 2
@@ -29,6 +29,7 @@ FROM python:3.6-stretch as build
@@ -29,6 +29,7 @@ FROM python:3.6-stretch as build
@@ -36,18 +37,22 @@ COPY requirements-dep.txt requirements-dep.txt
@@ -36,18 +37,22 @@ COPY requirements-dep.txt requirements-dep.txt
# Use docker build --build-args CACHEBUST=2 to not cache this (e.g. when you know deps have changed)