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 2016/03/14 17:35:42 UTC

[3/4] struts-site git commit: Simplifies run scripts

Simplifies run scripts


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/b33eee40
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/b33eee40
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/b33eee40

Branch: refs/heads/master
Commit: b33eee403faa382bcfb316617d6bafca9ae06ecb
Parents: bb6a626
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri Mar 4 11:52:09 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Mon Mar 14 17:35:27 2016 +0100

----------------------------------------------------------------------
 docker-run.fish | 2 +-
 docker-run.sh   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/b33eee40/docker-run.fish
----------------------------------------------------------------------
diff --git a/docker-run.fish b/docker-run.fish
index 2c3f69e..1cb2809 100755
--- a/docker-run.fish
+++ b/docker-run.fish
@@ -1,2 +1,2 @@
 #!/usr/local/bin/fish
-docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling
+docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll

http://git-wip-us.apache.org/repos/asf/struts-site/blob/b33eee40/docker-run.sh
----------------------------------------------------------------------
diff --git a/docker-run.sh b/docker-run.sh
index 64d3a9b..3e5d930 100755
--- a/docker-run.sh
+++ b/docker-run.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch --trace --host=0.0.0.0 --force_polling
+docker run -v $(pwd):/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll