mirror of
https://github.com/friendica/docker
synced 2024-11-04 22:01:52 +01:00
Philipp Holzer
fec33c98be
- 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
7 lines
74 B
Bash
7 lines
74 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
friendica install -q
|
|
friendica configmail -q
|
|
|
|
exec "$@" |