aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-05 22:17:06 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-05 22:17:06 +0200
commitbd7730c5689582d1c440a7ece5cdbf7ec4b583c3 (patch)
treea84fc62ff534349e9963d8a6cade147107c02102 /s2i/bin/run
parent38f9b1a3ea5b1d59eab5932e2f1a40ef8329bfca (diff)
downloads2i-jekyll-bd7730c5689582d1c440a7ece5cdbf7ec4b583c3.tar.gz
fix run
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-xs2i/bin/run4
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