Skip to content

Commit

Permalink
Change Run to use bundle exec instead of normal exec jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored Oct 2, 2024
1 parent caddec2 commit c0d53e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/entry_point.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ manage_gemfile_lock() {

start_jekyll() {
manage_gemfile_lock
exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling &
bundle exec jekyll serve --watch --port=8080 --host=0.0.0.0 --livereload --verbose --trace --force_polling &
}

start_jekyll
Expand Down

0 comments on commit c0d53e6

Please sign in to comment.