mirror of
https://github.com/linuxserver/docker-emulatorjs.git
synced 2026-03-09 00:04:53 +08:00
6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
cd /emulatorjs || exit
|
|
HOME=/config exec \
|
|
s6-setuidgid abc node profile.js
|