mirror of
https://github.com/friendica/docker
synced 2025-03-04 18:13:47 +01:00
- Added develop images (apache, fpm, fpm-alpine) - Added stable images 3.6 (apache, fpm, fpm-alpine) - Added .travis.yml for testing
7 lines
No EOL
91 B
Bash
7 lines
No EOL
91 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
# Check if Friendica needs to get installed
|
|
friendica install
|
|
|
|
exec "$@" |