Compare commits

...

No commits in common. "1275ff662d6d00b8d051368f695c6eaa1c88fb22" and "3078d7cf6c7a472027a6aa8cf8393ad5420c5ee5" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ COPY . .
RUN pip install -r requirements.txt
RUN chmod +x entrypoint.sh
CMD ["entrypoint.sh"]
ENTRYPOINT ["./entrypoint.sh"]

View File

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