cleanup repo

This commit is contained in:
Linus Dietz
2023-06-20 12:18:46 +02:00
parent 73ac466992
commit 7e5d09681e
8 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ RUN pip install -r requirements.txt
COPY / .
# command to run on container start
CMD [ "python", "-u", "./main.py" ]
CMD [ "python", "-u", "./src/main.py" ]
-8
View File
@@ -1,8 +0,0 @@
{
"name": "volvoaaos2mqtt",
"ports": {},
"env": {"TZ": "Europe/Amsterdam"},
"volumes": [
"/home/dockerhost/volvoAAOS2mqtt/settings.json:/volvoAAOS2mqtt/settings.json"
]
}
View File
View File
View File
View File
View File
View File