Compare commits

...

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

2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,4 @@ COPY . .
RUN pip install -r requirements.txt
RUN chmod +x entrypoint.sh
CMD ["entrypoint.sh"]
CMD ["/usr/src/app/entrypoint.sh"]

View File

@ -1,3 +1,4 @@
#!/usr/bin/env sh
set -ou pipefail
/usr/bin/crontab crontab && crond -f
crontab crontab && crond -f