diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:17:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-05 22:17:06 +0200 |
commit | bd7730c5689582d1c440a7ece5cdbf7ec4b583c3 (patch) | |
tree | a84fc62ff534349e9963d8a6cade147107c02102 /s2i/bin/run | |
parent | 38f9b1a3ea5b1d59eab5932e2f1a40ef8329bfca (diff) | |
download | s2i-jekyll-bd7730c5689582d1c440a7ece5cdbf7ec4b583c3.tar.gz |
fix run
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-x | s2i/bin/run | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index 9afab48..ab9c2e0 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -7,6 +7,4 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # -id -a -ls -la /run/httpd -exec /usr/sbin/httpd +exec /usr/sbin/httpd -f /opt/app-root/etc/httpd.conf -DFOREGROUND |