2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 13:57:07 +01:00

Add MySQL DB wait possibility

- remove sleep
- Add new binary "wait-for-connection" in /usr/local/bin
- Use new possibility for auto-installer
This commit is contained in:
Philipp Holzer 2019-11-28 20:50:59 +01:00
commit 43b1640b80
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
37 changed files with 691 additions and 360 deletions

View file

@ -116,6 +116,7 @@ ENV FRIENDICA_ADDONS %%VERSION%%
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/friendica/config/
COPY bin/* /usr/local/bin/
ENTRYPOINT ["/%%ENTRYPOINT%%"]
CMD ["%%CMD%%"]