add python to container

This commit is contained in:
joBr99
2023-11-19 13:42:15 +01:00
parent d7ce6421a0
commit 8a572f2961
3 changed files with 32 additions and 2 deletions

View File

@@ -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