Skip to content

Commit acafb2d

Browse files
committed
Improve dockerfile
1 parent c3c9fab commit acafb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ VOLUME /opt/data
1212
COPY balancer.py requirements.txt ./
1313
RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
1414

15-
CMD python ./balancer.py ${BALANCER_CONFIG} -nolog
15+
CMD ["python", "./balancer.py", "${BALANCER_CONFIG}", "-nolog"]

0 commit comments

Comments
 (0)