Skip to content

Commit b6d57e6

Browse files
Updated docs site Dockerfile default command
Removed incremental build flag
1 parent 274f930 commit b6d57e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ RUN bundle install
1111
EXPOSE 4000
1212

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

0 commit comments

Comments
 (0)