Skip to content

Commit

Permalink
Merge pull request #151 from PapaBravo/#150-fix-jekyll-serve-docker-c…
Browse files Browse the repository at this point in the history
…ompose

Use bundle exec in docker compose, thanx @PapaBravo for caring-for-details :-)
  • Loading branch information
gernotstarke authored Jan 10, 2024
2 parents d4f4036 + 442fba2 commit 8a27bbc
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 @@ -10,6 +10,6 @@ services:
- ./vendor/bundle/:/usr/local/bundle
ports:
- "4000:4000"
command: jekyll serve --trace --host 0.0.0.0 --watch --incremental --config _config.yml
command: bundle exec jekyll serve --trace --host 0.0.0.0 --watch --incremental --config _config.yml
environment:
- JEKYLL_ENV=development

0 comments on commit 8a27bbc

Please sign in to comment.