diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 15:36:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 15:36:52 +0200 |
commit | 2cd5245a7d05be8bb9d22e8b231f51dda099fe77 (patch) | |
tree | 6398ebfce30cc194f6e699b92d7a4abf71f012b2 | |
parent | 0a91d9a9a18215a4da8555c0cb5960ef8a18c000 (diff) | |
download | s2i-jekyll-2cd5245a7d05be8bb9d22e8b231f51dda099fe77.tar.gz |
debug run
-rwxr-xr-x | s2i/bin/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index 9d031e9..9afab48 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -7,4 +7,6 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # +id -a +ls -la /run/httpd exec /usr/sbin/httpd |