mirror of
https://github.com/friendica/docker
synced 2026-04-13 12:37:46 +02:00
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
This commit is contained in:
parent
e52a103650
commit
6ea2875ebf
36 changed files with 2598 additions and 3 deletions
7
develop/apache/entrypoint.sh
Normal file
7
develop/apache/entrypoint.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# Check if Friendica needs to get installed
|
||||
friendica install
|
||||
|
||||
exec "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue