From 05e4539062d39642db6e73194647ce9277a43851 Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:27:28 +0200 Subject: [PATCH] Fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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