x86_64-alpine-sonarr/start.sh
Jonathan Ervine ea40dc65f4 modified: Dockerfile
modified:   Jenkinsfile
	modified:   start.sh
2020-03-31 14:39:14 +08:00

7 lines
172 B
Bash

#!/bin/sh
##
## Script to start the sonarr server
##
until [ -f "/config/sonarr.db" ]; do sleep 1; done
/usr/bin/mono --debug /Sonarr/Sonarr.exe --nobrowser --data=/config