mirror of
https://github.com/friendica/docker
synced 2025-01-24 03:47:32 +01:00
Philipp Holzer
eb7399e6f2
- deleting `friendica` binary (not usable in docker environments) - adding the business logic to `entrypoint.sh` - quiet installation of Friendica (reason for Travis-fails!)
4 lines
No EOL
60 B
Bash
4 lines
No EOL
60 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
exec busybox crond -f -l 0 -L /dev/stdout |