mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 05:43:33 +03:00
Fix Docker entrypoint
This commit is contained in:
parent
a69c3f300c
commit
15e7a102cd
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ if [ "$(id -u)" -eq 0 ]; then
|
|||
printf "Switching UID=%s and GID=%s\n" "$(id -u nobody)" "$(id -g nobody)"
|
||||
exec su-exec nobody:nobody "$@"
|
||||
else
|
||||
exec zs "$@"
|
||||
exec "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue