SponsorBlockServer/entrypoint.sh
2022-05-04 01:46:41 -04:00

12 lines
No EOL
143 B
Bash
Executable file

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