From b62fd51a2993eeed70554ea28a1780cf5480b5d1 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Wed, 5 Oct 2016 15:31:14 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4fab0d01a3..ae3276413f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,5 @@ ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs ONBUILD WORKDIR docs ONBUILD COPY . /usr/src/app + +CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000