2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2026-01-06 08:17:59 +01:00

Fixing some issues:

- explicit exec entrypoint.sh
- Adding "shadow" support
- Adding "usermod" calls for setting username
- Remove superfluous $PHPIZE_DEPS from debian package
This commit is contained in:
Philipp Holzer 2020-01-03 19:20:20 +01:00
commit bbd9df6049
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
19 changed files with 24 additions and 26 deletions

View file

@ -66,4 +66,4 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
fi
fi
/entrypoint.sh "$@"
exec /entrypoint.sh "$@"