mirror of
https://github.com/linuxserver/docker-pairdrop.git
synced 2026-02-19 16:56:18 +08:00
Set HOME path for npm log output
This commit is contained in:
parent
6d01835649
commit
b312f617e8
@ -9,6 +9,6 @@ if [[ ${WS_FALLBACK,,} = "true" ]]; then
|
||||
OPT_WS_FALLBACK="--include-ws-fallback"
|
||||
fi
|
||||
|
||||
exec \
|
||||
HOME=/config exec \
|
||||
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 3000" \
|
||||
cd /app/pairdrop s6-setuidgid abc npm start -- "${OPT_RATE_LIMIT}" "${OPT_WS_FALLBACK}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user