From 4c0ab49fdd18e33fcba99fe4de692a1c56b6d82c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 10 Sep 2019 12:29:17 +0200 Subject: fix html path --- s2i/bin/assemble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 723d4e4..f2a4773 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -43,7 +43,7 @@ if test -f _config.yml; then else base="" fi -dest="${HTTPD_APP_ROOT}/html$base" +dest="/opt/app-root/src/html$base" echo "---> Copying pages to $dest ..." pushd _site -- cgit