We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 034cbc4 commit 134ec82Copy full SHA for 134ec82
1 file changed
.devcontainer/devcontainer.json
@@ -1,8 +1,8 @@
1
{
2
"image": "mcr.microsoft.com/devcontainers/jekyll:2-bullseye",
3
- "postStartCommand": "bundle install && bundle exec jekyll serve --source docs --incremental --force_polling --livereload --port 6060",
+ "postStartCommand": "bundle install && bundle exec jekyll serve --source docs --incremental --force_polling --livereload --port 7070",
4
"forwardPorts": [
5
- 6060
+ 7070
6
],
7
"customizations": {
8
"vscode": {
0 commit comments