SponsorBlockServer/entrypoint.sh
2023-04-16 21:34:34 -04:00

12 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 --inspect dist/src/index.js