From 321971541eb074c97b4566e0e5f95d20aad65df9 Mon Sep 17 00:00:00 2001 From: retgal Date: Mon, 7 Oct 2024 21:54:55 +0200 Subject: [PATCH] Improve dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9b58b61..5f56f9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ VOLUME /opt/data COPY balancer.py requirements.txt ./ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt -CMD python ./balancer.py ${BALANCER_CONFIG} -nolog \ No newline at end of file +CMD ["python", "./balancer.py", "${BALANCER_CONFIG}", "-nolog"] \ No newline at end of file