docker/stable/fpm-alpine/entrypoint.sh

7 lines
72 B
Bash

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