diff --git a/Dockerfile b/Dockerfile index dc112f975f..b0182d8ed3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM starefossen/github-pages:137 -COPY . /usr/src/app/ +COPY . /usr/src/app -CMD jekyll serve -H 0.0.0.0 \ No newline at end of file +CMD bundle exec jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000 \ No newline at end of file