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