fix: delay ofelia configuration from build to entrypoint
This commit is contained in:
11
scripts/docker-entrypoint.sh
Normal file
11
scripts/docker-entrypoint.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# Setup and trigger ofelia
|
||||
#
|
||||
|
||||
# config and run ofelia
|
||||
ofelia-config.sh --save || exit 1;
|
||||
|
||||
# run ofelia
|
||||
/usr/bin/ofelia daemon --config="${OFELIA_CONFIG_PATH}";
|
||||
Reference in New Issue
Block a user