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:
parent
c8069b2d54
commit
eb7399e6f2
25 changed files with 629 additions and 1091 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue