mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-12 10:49:52 +02:00
cleanup repo
This commit is contained in:
+1
-1
@@ -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" ]
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"name": "volvoaaos2mqtt",
|
||||
"ports": {},
|
||||
"env": {"TZ": "Europe/Amsterdam"},
|
||||
"volumes": [
|
||||
"/home/dockerhost/volvoAAOS2mqtt/settings.json:/volvoAAOS2mqtt/settings.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user