SponsorBlockServer/entrypoint.sh
2022-11-01 14:21:33 -04:00

12 lines
167 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