2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-22 04:07:14 +02:00

Change update & maintenance process

- Using 2018.05-rc as stable/productionin
- Using "update.sh" for creating the environments (single point of
change)
This commit is contained in:
Philipp Holzer 2018-05-24 21:20:25 +02:00
commit b46fae9173
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
36 changed files with 419 additions and 900 deletions

View file

@ -1,7 +0,0 @@
#!/bin/sh
set -eu
friendica install -q
friendica sendmail -q
exec "$@"