This commit is contained in:
@ -1,6 +1,7 @@
|
||||
FROM python:alpine3.18
|
||||
WORKDIR /
|
||||
COPY . opt
|
||||
RUN apk add --no-cache supercronic
|
||||
RUN pip install requests
|
||||
RUN crontab /opt/crontab
|
||||
RUN chmod +x /opt/entrypoint.sh
|
||||
|
Reference in New Issue
Block a user