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

Splitting dev/rc business logic from "stable" images

- reducing complexity for stable entrypoint
This commit is contained in:
Philipp Holzer 2019-11-26 21:47:40 +01:00
commit 1850626652
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
19 changed files with 670 additions and 569 deletions

View file

@ -117,5 +117,5 @@ ENV FRIENDICA_ADDONS %%VERSION%%
COPY *.sh upgrade.exclude /
COPY config/* /usr/src/friendica/config/
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/%%ENTRYPOINT%%"]
CMD ["%%CMD%%"]