Files
SponsorBlockServer/entrypoint.sh
2023-04-16 21:23:01 -04:00

13 lines
177 B
Bash
Executable File

#!/bin/sh
set -e
echo 'Entrypoint script'
cd /usr/src/app
# blank config, use defaults
test -e config.json || cat <<EOF > config.json
{
}
EOF
node dist/src/index.js --inspect