Skip to content

Commit

Permalink
Update devcontainer config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makin-Things committed May 18, 2022
1 parent 63bbada commit 0130b23
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 @@ -3,7 +3,7 @@
"name": "Weather Radar Card Development",
"image": "ludeeus/container:monster",
"context": "..",
"appPort": ["5005:5000", "9124:8123"],
"appPort": ["5125:5000", "9125:8123"],
"postCreateCommand": "npm install",
"extensions": [
"github.vscode-pull-request-github",
Expand Down

0 comments on commit 0130b23

Please sign in to comment.