All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 18m34s
needs check, if converted files can be run on device Signed-off-by: Peter Siegmund <developer@mars3142.org>
6 lines
122 B
Bash
6 lines
122 B
Bash
#!/bin/sh
|
|
yt-dlp -U 2>/dev/null || true
|
|
export YT_DLP_JS_RUNTIMES="nodejs"
|
|
(sleep 86400 && kill 1) &
|
|
exec /app/bin/server
|