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
2024-11-14 22:17:36 +01:00
Code
Issues
Releases
Wiki
Activity
bba11a1eed
docker
/
2018.08-dev
/
apache
/
entrypoint.sh
7 lines
74 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
Bugfixings SMTP / - changed sendmail to ssmtp support - deleted smtp-examples (not necessary anymore) - added vendor libraries in stable-docker images ("full" package) - changed stack.yml to new SMTP behavior
2018-06-06 20:37:02 +02:00
friendica configmail -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