2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-02 17:13:32 +01:00

Fixing travis tests

- deleting `friendica` binary (not usable in docker environments)
- adding the business logic to `entrypoint.sh`
- quiet installation of Friendica (reason for Travis-fails!)
This commit is contained in:
Philipp Holzer 2018-05-20 21:55:54 +02:00
commit eb7399e6f2
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
25 changed files with 629 additions and 1091 deletions

View file

@ -102,11 +102,9 @@ RUN {\
ENV FRIENDICA_VERSION develop
ENV ADDONS_VERSION develop
COPY bin/* /usr/local/bin/
COPY config/* /usr/src/config/
COPY *.sh /
RUN chmod +x /*.sh
RUN chmod +x /usr/local/bin/*
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]