initial commit

This commit is contained in:
2022-12-15 19:31:12 -05:00
commit e4e504f713
7 changed files with 55 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM python:3.11.1-alpine3.17
COPY . .
RUN pip install -r requirements.txt
RUN crontab crontab
CMD ["crond", "-f"]