mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-12 18:59:53 +02:00
Fix dockerfile
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", "./src/main.py" ]
|
||||
CMD [ "python", "-u", "/volvoAAOS2mqtt/src/main.py" ]
|
||||
Reference in New Issue
Block a user