From 40dea30c2d001303b40615b09cdb02fb9c01391b Mon Sep 17 00:00:00 2001 From: Dom Garguilo Date: Mon, 22 Apr 2024 15:10:10 -0400 Subject: [PATCH] Drop expirimental incremental flag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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