mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-19 20:54:43 +01:00
add python to container
This commit is contained in:
@@ -5,6 +5,6 @@ export CONFIG_FILE=/share/config.yml
|
||||
if test -f "$CONFIG_FILE"; then
|
||||
echo "$CONFIG_FILE exists."
|
||||
else
|
||||
cp config.yml.example $CONFIG_FILE
|
||||
cp /usr/bin/mqtt-manager/config.yml.example $CONFIG_FILE
|
||||
fi
|
||||
python main.py
|
||||
Reference in New Issue
Block a user