Fix docker container

This commit is contained in:
Ajay
2022-05-04 01:46:41 -04:00
parent 5b177a3e53
commit 5f53859c94
4 changed files with 26 additions and 22 deletions

View File

@@ -4,9 +4,9 @@ echo 'Entrypoint script'
cd /usr/src/app
# blank config, use defaults
cp /etc/sponsorblock/config.json . || cat <<EOF > config.json
cat <<EOF > config.json
{
}
EOF
node dist/index.js
node dist/src/index.js