Skip to content

Commit

Permalink
fix: rm --watch from dockerfile [INS-3503] (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire authored Apr 22, 2024
1 parent 696186f commit 417b3a1
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 @@ -10,4 +10,4 @@ WORKDIR /docs
RUN bundle install

EXPOSE 4000 80
CMD bundle exec jekyll serve --watch -H 0.0.0.0 -P 4000
CMD bundle exec jekyll serve -H 0.0.0.0 -P 4000

0 comments on commit 417b3a1

Please sign in to comment.