mirror of
https://github.com/friendica/docker
synced 2025-03-04 18:13:47 +01:00
- 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 |