docker/stable/apache/entrypoint.sh

7 lines
91 B
Bash

#!/bin/sh
set -eu
# Check if Friendica needs to get installed
friendica install
exec "$@"