Dockerfile: fix errors are trying to build unneeded cached wheels

This commit is contained in:
James R. Barlow
2019-11-03 23:51:55 -08:00
parent c3719d3b72
commit a492e3b472
+1 -1
View File
@@ -30,7 +30,7 @@ COPY . /app
WORKDIR /app
RUN pip3 install \
RUN pip3 install --no-cache-dir \
-r requirements/main.txt \
-r requirements/webservice.txt \
-r requirements/test.txt \