We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4b72e commit 07cc65fCopy full SHA for 07cc65f
dockers/docker-ptf/Dockerfile.j2
@@ -79,5 +79,4 @@ COPY ptf_nn_agent.conf /etc/supervisor/conf.d/ptf_nn_agent.conf
79
80
EXPOSE 22
81
82
-ENTRYPOINT while [ "x$( ifconfig eth3 | grep RUNNING )" = 'x' ] ; do sleep 1 ; done \
83
- && /usr/bin/supervisord
+ENTRYPOINT ["/usr/bin/supervisord"]
0 commit comments