Skip to content

Commit

Permalink
Merge pull request #4361 from pmatogo/devContainers_run
Browse files Browse the repository at this point in the history
Standardize Jekyll Server Startup when using Dev Containers method
  • Loading branch information
szarnyasg authored Dec 14, 2024
2 parents 70b40fc + 543642d commit 433693d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],

// Uncomment the next line to run commands after the container is created.
"postCreateCommand": "bundler"
"postCreateCommand": "bundle exec jekyll serve --host 0.0.0.0 --incremental --livereload"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 433693d

Please sign in to comment.