forked from peter/volvo2mqtt
Fix dockerfile
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", "./src/main.py" ]
|
CMD [ "python", "-u", "/volvoAAOS2mqtt/src/main.py" ]
|
||||||
Reference in New Issue
Block a user