Skip to content

Commit

Permalink
Updated docs site Dockerfile default command
Browse files Browse the repository at this point in the history
Removed incremental build flag
  • Loading branch information
mmcinnestaylor committed Sep 10, 2024
1 parent 274f930 commit b6d57e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN bundle install
EXPOSE 4000

ENTRYPOINT [ "bundle", "exec", "jekyll" ]
CMD [ "serve", "--incremental", "--host=0.0.0.0" ]
CMD [ "serve", "--host=0.0.0.0" ]

0 comments on commit b6d57e6

Please sign in to comment.