Adds scripts to build the image

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

Branch: refs/heads/master
Commit: 50f03d22aa15cef811aa45f9caad9d2c577b31e1
Parents: 2bb4bd1
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Mon Feb 8 08:21:21 2016 +0100
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Mon Feb 8 08:21:21 2016 +0100

----------------------------------------------------------------------
 docker-build.fish | 2 ++
 docker-build.sh   | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/50f03d22/docker-build.fish
----------------------------------------------------------------------
diff --git a/docker-build.fish b/docker-build.fish
new file mode 100755
index 0000000..fc017a0
--- /dev/null
+++ b/docker-build.fish
@@ -0,0 +1,2 @@
+#!/usr/local/bin/fish
+docker build -t theapachestruts/struts-site-jekyll --pull docker/

http://git-wip-us.apache.org/repos/asf/struts-site/blob/50f03d22/docker-build.sh
----------------------------------------------------------------------
diff --git a/docker-build.sh b/docker-build.sh
new file mode 100755
index 0000000..ae6a6b3
--- /dev/null
+++ b/docker-build.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+docker build -t theapachestruts/struts-site-jekyll --pull docker/

Reply via email to