This website requires JavaScript.
Explore
Help
Register
Sign in
friendica
/
docker
Watch
2
Star
0
Fork
You've already forked docker
0
mirror of
https://github.com/friendica/docker
synced
2025-01-09 16:09:27 +01:00
Code
Issues
Releases
Wiki
Activity
7e2bfa10c4
docker
/
develop
/
fpm
/
cron.sh
5 lines
61 B
Bash
Raw
Normal View
History
Unescape
Escape
Init the Friendica Docker Repository - Added develop images (apache, fpm, fpm-alpine) - Added stable images 3.6 (apache, fpm, fpm-alpine) - Added .travis.yml for testing
2018-05-18 21:20:22 +02:00
#!/bin/sh
set
-eu
Improvements and Examples - Adding `sendmail` feature to `apache` and `fpm` - Adding section `.examples/dockerfiles` - Adding section `.examples/dockerfiles/cron` to combine app & external cron-jobs - Adding section `.examples/dockerfiles/smtp` for further SMTP-settings
2018-05-20 15:44:03 +02:00
exec
busybox crond -f -l
0
-L /dev/stdout
Reference in a new issue
Copy permalink