docker/2018.05-rc/apache/entrypoint.sh

7 lines
72 B
Bash

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