This commit is contained in:
2025-02-20 12:45:52 +03:00
parent cb4300c801
commit eb272e218d
3 changed files with 2 additions and 47 deletions
-1
View File
@@ -1,7 +1,6 @@
FROM python:3.9-slim
RUN apt-get update && apt-get install -y cron
# RUN apt-get install -y cron
WORKDIR /app