All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s
8 lines
213 B
Bash
8 lines
213 B
Bash
#!/bin/bash
|
|
|
|
# Start the registration loop in the background, redirecting output to stderr so we see it in Nomad logs
|
|
/usr/local/bin/register.sh >&2 &
|
|
|
|
# Start Navidrome
|
|
echo "Starting Navidrome..."
|
|
/app/navidrome |