This website requires JavaScript.
Explore
Help
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2026-07-17 03:38:22 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
319ca5b4a32afe86f76ddf9676714f1c8f4de4c8
dockerfiles
/
nextcloud
/
11.0
/
s6.d
/
cron
/
run
T
7 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
nexcloud: add 11.0 beta
2016-11-25 18:19:08 +00:00
#!/bin/sh
while
true
;
do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done
Reference in New Issue
Copy Permalink