Implement version checking and basic refactoring
All checks were successful
Build Docker Image / build (push) Successful in 27s

This commit is contained in:
2025-11-29 13:58:22 -06:00
parent dcfb2b89d5
commit cdc72f1557
5 changed files with 64 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY . .
RUN crontab autopkg.cron
RUN crontab docker/5autopkg
RUN pip install --no-cache-dir -r requirements.txt
CMD python main.py; crond -f