Files
autopkg/Dockerfile
phantom cdc72f1557
All checks were successful
Build Docker Image / build (push) Successful in 27s
Implement version checking and basic refactoring
2025-11-29 13:58:22 -06:00

13 lines
178 B
Docker

FROM python:alpine
ENV APKG_IS_DOCKER=true
WORKDIR /app
COPY . .
RUN crontab docker/5autopkg
RUN pip install --no-cache-dir -r requirements.txt
CMD python main.py; crond -f