Use stable

This commit is contained in:
ludeeus
2019-11-05 19:40:15 +01:00
parent ca7d4cf953
commit 18763151c7
+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",
"image": "ludeeus/devcontainer:monster-stable",
"context": "..",
"appPort": ["5000:5000", "9123:8123"],
"postCreateCommand": "npm install",