Skip to content

Commit

Permalink
Improve dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Oct 7, 2024
1 parent c3c9fab commit acafb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
CMD ["python", "./balancer.py", "${BALANCER_CONFIG}", "-nolog"]

0 comments on commit acafb2d

Please sign in to comment.