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:
parent
c37e773016
commit
bbd9df6049
19 changed files with 24 additions and 26 deletions
|
|
@ -66,4 +66,4 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
/entrypoint.sh "$@"
|
||||
exec /entrypoint.sh "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue