mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-06 09:49:38 +00:00
Updates to user/group determination after recent changes to v2 branch
This commit is contained in:
@ -10,7 +10,13 @@ if [ "$DEVELOPMENT" == "true" ]; then
|
||||
HOME=/tmp/npmuserhome
|
||||
export CI
|
||||
export HOME
|
||||
|
||||
. /bin/common.sh
|
||||
cd /app/frontend || exit 1
|
||||
HOME=/tmp/npmuserhome
|
||||
export HOME
|
||||
|
||||
log_info 'Starting frontend ...'
|
||||
s6-setuidgid npmuser yarn install
|
||||
exec s6-setuidgid npmuser yarn start
|
||||
else
|
||||
|
Reference in New Issue
Block a user