This commit is contained in:
2025-09-09 01:03:00 +03:00
parent 74ce952a81
commit 859e2c123c
+2
View File
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y cron
WORKDIR /app WORKDIR /app
# anyway copy make pip install again
COPY requirements.txt requirements.txt COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt RUN pip install -r requirements.txt