diff --git a/Dockerfile b/Dockerfile index eb1aca48f..2798588ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ ENV PORT=4000 EXPOSE $PORT # Configure the default command to build from the mounted repository. -CMD bundle exec jekyll serve --incremental -H $HOST -P $PORT +CMD bundle exec jekyll serve -H $HOST -P $PORT