Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
faburem authored Jan 14, 2025
1 parent 277720a commit b661b28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "geoffreybooth/meteor-base",
"features": {
},
"forwardedPorts": [3000],
"postCreateCommand": ["curl https://install.meteor.com/ | sh", "meteor npm install"]
"forwardedPorts": [3000]
}

0 comments on commit b661b28

Please sign in to comment.