All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 41s
10 lines
231 B
Bash
10 lines
231 B
Bash
#!/bin/bash
|
|
|
|
# Start the registration loop in the background
|
|
/usr/local/bin/register.sh &
|
|
|
|
# Start Navidrome
|
|
# LiteFS has already mounted the DB at this point because it's the supervisor
|
|
echo "Starting Navidrome..."
|
|
/app/navidrome
|