removed crontab from dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jonathan Branan 2023-06-23 03:08:36 -05:00
parent b16875da29
commit f66a42a84a

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"]