mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-26 19:21:39 +00:00
7 lines
No EOL
162 B
Text
7 lines
No EOL
162 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
|
|
PORT=${PORT:-80}
|
|
|
|
exec \
|
|
s6-setuidgid abc npm --prefix /app/audiobookshelf/ --cache /app/audiobookshelf/ start --port "${PORT}" |