mirror of
https://github.com/friendica/docker
synced 2026-04-15 06:17:46 +02: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
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
exec busybox crond -f -l 0 -L /dev/stdout
|
||||
exec busybox crond -f -l 0 -L /dev/stdout
|
||||
Loading…
Add table
Add a link
Reference in a new issue