diff options
| -rw-r--r-- | .devcontainer/devcontainer.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..86cd567 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,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" + +} |
