fix: delay ofelia configuration from build to entrypoint

This commit is contained in:
2024-10-22 12:39:50 -03:00
parent 4228966f51
commit b0158de28d
2 changed files with 19 additions and 3 deletions

View 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}";