diff --git a/dockerfile b/dockerfile index a4795a0..79299de 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,5 @@ FROM python:latest WORKDIR /app -COPY . . + RUN pip install --no-cache-dir -r requirements.txt RUN python setup.py install