2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-24 10:10:34 +02:00
docker/2018.08-dev/fpm/entrypoint.sh
Philipp Holzer 7c19b91609
Upgrade VERSION
- delete 2018.05-rc (develop)
- add 2018.05 (stable/latest)
- add 2018.08-dev (develop)
2018-06-01 19:03:37 +02:00

7 lines
72 B
Bash

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