forked from peter/volvo2mqtt
cleanup repo
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ RUN pip install -r requirements.txt
|
|||||||
COPY / .
|
COPY / .
|
||||||
|
|
||||||
# command to run on container start
|
# 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