Compare commits
No commits in common. "1275ff662d6d00b8d051368f695c6eaa1c88fb22" and "3078d7cf6c7a472027a6aa8cf8393ad5420c5ee5" have entirely different histories.
1275ff662d
...
3078d7cf6c
@ -6,4 +6,4 @@ COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN chmod +x entrypoint.sh
|
||||
CMD ["entrypoint.sh"]
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
set -ou pipefail
|
||||
|
||||
crontab crontab && crond -f
|
||||
crontab ./crontab && crond -f
|
||||
|
Loading…
Reference in New Issue
Block a user