2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-23 04:54:58 +02:00
docker/develop/fpm-alpine/entrypoint.sh
Philipp Holzer 6ea2875ebf
Init the Friendica Docker Repository
- Added develop images (apache, fpm, fpm-alpine)
- Added stable images 3.6 (apache, fpm, fpm-alpine)
- Added .travis.yml for testing
2018-05-18 21:20:22 +02:00

7 lines
91 B
Bash

#!/bin/sh
set -eu
# Check if Friendica needs to get installed
friendica install
exec "$@"