新增Docker构建amd64镜像

This commit is contained in:
iyuu.cn
2020-07-28 06:49:03 +08:00
parent 8813afbd73
commit f78e9c737c
13 changed files with 130 additions and 63 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
DEFAULT_CRON="0 */1 * * *"
cron=${cron:-$DEFAULT_CRON}
set -e
echo "$cron /usr/local/bin/php /IYUU/iyuu.php" | crontab -
/usr/local/bin/php /IYUU/iyuu.php
/usr/sbin/crond -f