dione/docker/entrypoint.sh

8 lines
126 B
Bash
Raw Normal View History

2021-08-05 20:12:31 +00:00
#!/bin/sh
if [ -z "$CONFIG_PATH" ]; then
echo "Config path is required!"
exit 1
fi
/app/dione -config "$CONFIG_PATH"