Files
autopkg/Dockerfile
phantom 9392eded43
All checks were successful
Build Docker Image / build (push) Successful in 30s
Switch base to alpine
2025-11-27 06:57:07 -06:00

11 lines
160 B
Docker

FROM python:alpine as base
WORKDIR /app
COPY . .
RUN crontab autopkg.cron
RUN pip install --no-cache-dir -r requirements.txt
CMD crond -f && python main.py