Page MenuHomeSealhub

docker-entrypoint.sh
No OneTemporary

docker-entrypoint.sh

#!/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

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)

Event Timeline