You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/11/14 19:47:58 UTC

[struts-site] branch master updated: Adds jekyll build to properly regenerate site locally

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 56a7370  Adds jekyll build to properly regenerate site locally
56a7370 is described below

commit 56a73709103f89686c2255d882ef1eece1de70a0
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Nov 14 20:47:45 2018 +0100

    Adds jekyll build to properly regenerate site locally
---
 docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 7e8ba14..eb4303a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -18,4 +18,4 @@ RUN \
 EXPOSE 4000
 WORKDIR /srv/jekyll
 USER jekyll
-ENTRYPOINT bundle install && bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental
+ENTRYPOINT bundle install && bundle exec jekyll build && bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling --incremental