Skip to content

Commit

Permalink
Run development server using bundle exec
Browse files Browse the repository at this point in the history
Resolves an issue with rexml dependency during bundling
  • Loading branch information
lydiascarf authored and BryanQuigley committed Jan 13, 2025
1 parent 2e5aa1d commit df6cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
environment:
- JEKYLL_ENV=development
- LANG=C.UTF-8
command: jekyll serve --watch --incremental --host 0.0.0.0
command: bundle exec jekyll serve --watch --incremental --host 0.0.0.0
ports:
- "4000:4000"
volumes:
Expand Down

0 comments on commit df6cddb

Please sign in to comment.