mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-07-21 18:13:00 +02:00
Update Dockerfile
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@ COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
# copy the content of the local src directory to the working directory
|
||||
COPY / .
|
||||
COPY /src .
|
||||
|
||||
# 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