Compare commits

...

No commits in common. "8b8251aed4498f4a45112f70f745cf1811bedbc0" and "fa8d749ecfd54c9416b392314472f63eebec6d89" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -4,5 +4,6 @@ COPY . .
RUN pip install -r requirements.txt
RUN chmod +x entrypoint.sh
CMD ["entrypoint.sh"]
RUN /usr/bin/crontab crontab
CMD ["crond", "-f"]

View File

@ -1,3 +0,0 @@
#!/usr/bin/env sh
/usr/bin/crontab crontab && crond -f