diff options
-rwxr-xr-x | s2i/bin/assemble | 2 |
1 files changed, 1 insertions, 1 deletions
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 |