File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,3 @@ RUN sed -i "s/listen [0-9]*;/listen ${CONTAINER_PORT};/" $CONF_NGINX_SITE && \
5858
5959RUN goss -g /tests/ubuntu/nginx.goss.yaml validate && \
6060 /aufs_hack.sh
61-
62- # NOTE: intentionally NOT using s6 init as the entrypoint
63- # This would prevent container debugging if any of those service crash
64- CMD ["/bin/bash" , "/run.sh" ]
Original file line number Diff line number Diff line change @@ -44,7 +44,3 @@ RUN sed -i "s/listen [0-9]*;/listen ${CONTAINER_PORT};/" $CONF_NGINX_SITE && \
4444
4545RUN goss -g /tests/alpine/nginx.goss.yaml validate && \
4646 /aufs_hack.sh
47-
48- # NOTE: intentionally NOT using s6 init as the entrypoint
49- # This would prevent container debugging if any of those service crash
50- CMD ["/bin/bash", "/run.sh"]
Original file line number Diff line number Diff line change @@ -43,7 +43,3 @@ RUN sed -i "s/listen [0-9]*;/listen ${CONTAINER_PORT};/" $CONF_NGINX_SITE && \
4343
4444RUN goss -g /tests/centos/nginx.goss.yaml validate && \
4545 /aufs_hack.sh
46-
47- # NOTE: intentionally NOT using s6 init as the entrypoint
48- # This would prevent container debugging if any of those service crash
49- CMD ["/bin/bash", "/run.sh"]
You can’t perform that action at this time.
0 commit comments