diff --git a/Dockerfile b/Dockerfile index d1a2233..494a59e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update WORKDIR /app -COPY requirements.txt . +COPY requirements.txt setup.py . RUN pip install -r /app/requirements.txt