Initial commit

This commit is contained in:
2023-05-09 20:33:07 +02:00
commit 0c0defc340
4 changed files with 193 additions and 0 deletions

5
docker-entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
sed -i "s/\${DEEZER_NUTS}/$DEEZER_NUTS/g" /root/.config/streamrip/config.toml
exec "$@"