Skip to content

Commit

Permalink
appqos: Updated docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksinx authored May 24, 2023
1 parent 4a59cd3 commit d4fa432
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appqos/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,4 @@ RUN apt-get -y purge --auto-remove --allow-remove-essential \
rm -rf /usr/sbin/chroot && \
rm -rf /var/lib/apt/lists/*

CMD ["python3", "-m", "appqos", \
"-c", "${APPQOS_CONF_PATH}", \
"--port", "${APPQOS_PORT}", \
"--address", "${APPQOS_ADDRESS}"]
CMD [ "sh", "-c", "python3 -m appqos -c ${APPQOS_CONF_PATH} --port ${APPQOS_PORT} --address ${APPQOS_ADDRESS}" ]

0 comments on commit d4fa432

Please sign in to comment.