Use PHP7 for Docker image
This commit is contained in:
1
docker/crontab/cronjob.alpine
Normal file
1
docker/crontab/cronjob.alpine
Normal file
@@ -0,0 +1 @@
|
||||
1 0 * * * cd /var/www/app && ./kanboard cronjob
|
||||
2
docker/php/env.conf
Normal file
2
docker/php/env.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
env[DATABASE_URL] = $DATABASE_URL
|
||||
env[DEBUG] = $DEBUG
|
||||
2
docker/services.d/cron/run
Executable file
2
docker/services.d/cron/run
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/execlineb -P
|
||||
crond -f
|
||||
Reference in New Issue
Block a user