We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c9fab commit acafb2dCopy full SHA for acafb2d
Dockerfile
@@ -12,4 +12,4 @@ VOLUME /opt/data
12
COPY balancer.py requirements.txt ./
13
RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
14
15
-CMD python ./balancer.py ${BALANCER_CONFIG} -nolog
+CMD ["python", "./balancer.py", "${BALANCER_CONFIG}", "-nolog"]
0 commit comments