docker/2018.08-dev/fpm-alpine/entrypoint.sh

7 lines
74 B
Bash

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