SponsorBlockServer/entrypoint.sh

12 lines
143 B
Bash
Raw Normal View History

#!/bin/sh
2020-07-05 05:37:57 +02:00
set -e
2020-07-05 10:25:57 +02:00
echo 'Entrypoint script'
cd /usr/src/app
# blank config, use defaults
2022-05-04 07:46:41 +02:00
cat <<EOF > config.json
2020-07-05 10:25:57 +02:00
{
}
EOF
2022-05-04 07:46:41 +02:00
node dist/src/index.js