aboutsummaryrefslogtreecommitdiffhomepage
path: root/.devcontainer/devcontainer.json
blob: 86cd567fda69ee1ca1369e50ec2c973bab042614 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"name": "Submelon FP",
	"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
	"features": {
		"ghcr.io/devcontainers/features/docker-from-docker:1": {}
	},

	// Use 'postCreateCommand' to run commands after the container is created.
	"postCreateCommand": "npm install"

}