mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-02-11 07:04:15 +09:00
7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
cd /app/heimdall || exit
|
|
|
|
exec \
|
|
s6-setuidgid abc npm run server
|