You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mo...@apache.org on 2020/11/04 22:04:01 UTC

[geode-native] branch develop updated: GEODE-8676: Update Bookbindery (#685)

This is an automated email from the ASF dual-hosted git repository.

moleske pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0791032  GEODE-8676: Update Bookbindery (#685)
0791032 is described below

commit 07910325960691ab6774bedbf6e1a96f693e85d1
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Nov 4 14:03:54 2020 -0800

    GEODE-8676: Update Bookbindery (#685)
---
 docs/docker/view-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docker/view-docs.sh b/docs/docker/view-docs.sh
index b91ffad..0a1d8bc 100755
--- a/docs/docker/view-docs.sh
+++ b/docs/docker/view-docs.sh
@@ -53,7 +53,7 @@ docker run -i -t \
   -v "$PWD:${DOCS_DIR}" \
   -p 127.0.0.1:${PORT}:${PORT} \
   ${IMAGE_NAME}-${USER_NAME} \
-  /bin/bash -c "bundle install; rackup --host 0.0.0.0 -p ${PORT}"
+  /bin/bash -c "bundle install; bundle exec rackup --host 0.0.0.0 -p ${PORT}"
 
 popd 1> /dev/null