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
bfad6e5851773023538616ab7760062d24c5cd86
dockerfiles
/
nextcloud
/
10.0-armhf
/
s6.d
/
cron
/
run
T
7 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
nextcloud: add armhf support
2016-10-14 12:30:30 +02:00
#!/bin/sh
while
true
;
do
php7 -f /nextcloud/cron.php
sleep <CRON_PERIOD>
done
Reference in New Issue
Copy Permalink