mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2025-11-15 04:12:35 +09:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
cd /c9sdk
|
|
HOME=/c9bins exec \
|
|
s6-setuidgid abc \
|
|
/c9bins/.c9/node/bin/node server.js --listen 0.0.0.0 -p 8000 -w /var/www/localhost/heimdall -a :
|