Skip to content

Commit

Permalink
fix: wrong command
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 30, 2023
1 parent 0fa130f commit 41d9154
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 @@ -25,7 +25,7 @@
}
}
},
"postCreateCommand": ["git submodule update --init", "make"],
"postCreateCommand": "make",
"forwardPorts": [8000],
"postStartCommand": "make serve"
}

0 comments on commit 41d9154

Please sign in to comment.