v1.0.0b2
All checks were successful
Build Docker Image / build (push) Successful in 36s

This commit is contained in:
2025-11-28 04:51:21 -06:00
parent 9392eded43
commit 70f64f1766
8 changed files with 59 additions and 50 deletions

View File

@@ -7,4 +7,4 @@ COPY . .
RUN crontab autopkg.cron
RUN pip install --no-cache-dir -r requirements.txt
CMD crond -f && python main.py
CMD python main.py; crond -f