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-25 12:32:30 +01:00
Code
Issues
Releases
Wiki
Activity
2ab4b541a4
docker
/
2018.05-rc
/
apache
/
entrypoint.sh
7 lines
72 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
Fixed cron.sh & update - restored script `friendica` for update & wrapper purpose - fixed `cron.sh`
2018-05-21 21:32:26 +02:00
friendica install -q
friendica sendmail -q
Fixing travis tests - deleting `friendica` binary (not usable in docker environments) - adding the business logic to `entrypoint.sh` - quiet installation of Friendica (reason for Travis-fails!)
2018-05-20 21:55:54 +02:00
exec
"
$@
"
Reference in a new issue
Copy permalink