Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995616
docker-entrypoint.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
209 B
Referenced Files
None
Subscribers
None
docker-entrypoint.sh
View Options
#!/usr/bin/env sh
set
-euo
pipefail
whoami
;
echo
"
$@
"
;
chown
-R
$UID
:
$GID
/opt/sealious/node_modules
PROGRAM
=
$1
;
shift
;
echo
"/sbin/tini -s \"
$PROGRAM
\"
$*
"
;
su
node
-c
"/sbin/tini -s \"
$PROGRAM
\"
$*
"
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 23, 09:53 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
552331
Default Alt Text
docker-entrypoint.sh (209 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment