From 06610e9b9ddeb4c7f87ffc609ffa186d07f3f944 Mon Sep 17 00:00:00 2001 From: Sven Eulberg Date: Tue, 1 Apr 2025 18:38:58 +0200 Subject: [PATCH] Path correction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f7e68ac..b80c2c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ COPY requirements.txt /app/requirements.txt RUN pip install --break-system-packages -r /app/requirements.txt # Set the entry point to use the virtual environment's python -ENTRYPOINT ["/bin/python3", "/app/proxlb/main.py"] +ENTRYPOINT ["/usr/bin/python3", "/app/proxlb/main.py"]