dev-custom-crontab #23

Merged
jblu merged 4 commits from dev-custom-crontab into main 2023-06-23 03:52:16 -05:00
Showing only changes of commit f66a42a84a - Show all commits

View File

@ -3,6 +3,5 @@ WORKDIR /
COPY . opt
RUN apk add --no-cache supercronic
RUN pip install requests
RUN crontab /opt/crontab
RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"]