Skip to content

Commit

Permalink
fix jekyll regeneration in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Jul 25, 2024
1 parent 35cc9ad commit 030b23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY . .
RUN ruby bin/generate_tags.rb
RUN ruby bin/generate_categories.rb

CMD ["jekyll", "serve", "--watch", "--host", "0.0.0.0", "--config", "_config.yml"]
CMD ["jekyll", "serve", "--livereload", "--force_polling"]
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Fork the repository and:
## How to run locally

You can use Docker to run the website to avoid installing any dependencies to
your local environment, at the cost of not being able to hotreload your changes.
To do so, run:
your local environment. To do so, run:

```shell
docker-compose up --build
Expand Down

0 comments on commit 030b23d

Please sign in to comment.