mirror of
https://github.com/friendica/docker
synced 2024-11-12 20:01:33 +01:00
Philipp Holzer
b46fae9173
- Using 2018.05-rc as stable/productionin - Using "update.sh" for creating the environments (single point of change)
7 lines
72 B
Bash
7 lines
72 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
friendica install -q
|
|
friendica sendmail -q
|
|
|
|
exec "$@" |