Compare commits

...

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

2 changed files with 5 additions and 3 deletions

View File

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

3
entrypoint.sh Normal file
View File

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