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 && \
58
58
59
59
RUN goss -g /tests/ubuntu/nginx.goss.yaml validate && \
60
60
/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 && \
44
44
45
45
RUN goss -g /tests/alpine/nginx.goss.yaml validate && \
46
46
/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 && \
43
43
44
44
RUN goss -g /tests/centos/nginx.goss.yaml validate && \
45
45
/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