Skip to content

Commit 40dea30

Browse files
committed
Drop expirimental incremental flag
1 parent 4ef3ec3 commit 40dea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ ENV PORT=4000
3131
EXPOSE $PORT
3232

3333
# Configure the default command to build from the mounted repository.
34-
CMD bundle exec jekyll serve --incremental -H $HOST -P $PORT
34+
CMD bundle exec jekyll serve -H $HOST -P $PORT

0 commit comments

Comments
 (0)