Update Dockerfile

This commit is contained in:
simon987 2020-12-23 19:46:22 -05:00
parent eb40a9de68
commit 95017c646e

View File

@ -1,7 +1,7 @@
FROM python:3.8
ADD requirements.txt /requirements.txt
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
COPY . /app