mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 11:36:58 +03:00
Fix docker container
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user