diff --git a/Dockerfile b/Dockerfile index 06ad1c3..a363dce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN pip install -r requirements.txt COPY / . # command to run on container start -CMD [ "python", "-u", "./src/main.py" ] \ No newline at end of file +CMD [ "python", "-u", "/volvoAAOS2mqtt/src/main.py" ] \ No newline at end of file