2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-06-17 09:07:54 +02:00
docker/docker-entrypoint.sh
Philipp Holzer b46fae9173
Change update & maintenance process
- Using 2018.05-rc as stable/productionin
- Using "update.sh" for creating the environments (single point of
change)
2018-05-24 21:20:25 +02:00

7 lines
72 B
Bash

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