2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-23 04:54:58 +02:00
docker/2018.05/fpm/entrypoint.sh
Philipp Holzer fec33c98be
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

7 lines
74 B
Bash

#!/bin/sh
set -eu
friendica install -q
friendica configmail -q
exec "$@"