Skip to content

Commit

Permalink
Update devcontainer (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored May 2, 2020
1 parent a46da13 commit 7b94bbc
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
@@ -1,7 +1,7 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": "Boilerplate Card Development",
"image": "ludeeus/devcontainer:monster-stable",
"image": "ludeeus/container:monster",
"context": "..",
"appPort": ["5000:5000", "9123:8123"],
"postCreateCommand": "npm install",
Expand Down

0 comments on commit 7b94bbc

Please sign in to comment.