Skip to content

Commit

Permalink
Drop expirimental incremental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
DomGarguilo committed Apr 22, 2024
1 parent 4ef3ec3 commit 40dea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40dea30

Please sign in to comment.