Files
misskey-szuru-bot/Dockerfile
2022-12-15 20:09:56 -05:00

10 lines
119 B
Docker

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