Update devcontainer (#23)

This commit is contained in:
Joakim Sørensen
2020-05-02 17:11:12 -05:00
committed by GitHub
parent a46da131d1
commit 7b94bbc971
+1 -1
View File
@@ -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",