From 5702a8fa7fa6dfb1f65dae3e38b8835be2d926fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 16 May 2017 16:04:02 +0100 Subject: [PATCH] run the app with the complete path --- s2i/bin/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i/bin/run b/s2i/bin/run index 469f010..9d51035 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -7,4 +7,4 @@ # https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md # -exec main +exec /opt/app-root/main