2
1
Fork 0
mirror of https://github.com/friendica/docker synced 2026-04-13 16:47: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:
Philipp Holzer 2018-05-18 21:20:22 +02:00
commit 6ea2875ebf
No known key found for this signature in database
GPG key ID: 58160D7D6AF942B6
36 changed files with 2598 additions and 3 deletions

View file

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