diff --git a/Dockerfile b/Dockerfile index 5cff079..2b7b814 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y cron WORKDIR /app +# anyway copy make pip install again + COPY requirements.txt requirements.txt RUN pip install -r requirements.txt @@ -11,4 +13,4 @@ COPY ./app . RUN chmod +x install.sh -CMD ["./install.sh"] \ No newline at end of file +CMD ["./install.sh"]