forked from peter/volvo2mqtt
Update Dockerfile
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
|||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
# copy the content of the local src directory to the working directory
|
# copy the content of the local src directory to the working directory
|
||||||
COPY / .
|
COPY /src .
|
||||||
|
|
||||||
# command to run on container start
|
# command to run on container start
|
||||||
CMD [ "python", "-u", "/volvoAAOS2mqtt/src/main.py" ]
|
CMD [ "python", "-u", "./main.py" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user