diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-11-18 12:15:17 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2022-11-18 12:15:17 -0500 |
| commit | 866a9f7991f43242995879c18fa7fc717cc3e8b6 (patch) | |
| tree | d7e36c91d38e9e45cae94c5d8cef7dfcbcda680a /.devcontainer/devcontainer.json | |
| parent | c15543eab2207a2546c1b6ed0eabb40af19b1f56 (diff) | |
| download | submelon.dev-866a9f7991f43242995879c18fa7fc717cc3e8b6.tar.gz submelon.dev-866a9f7991f43242995879c18fa7fc717cc3e8b6.tar.bz2 submelon.dev-866a9f7991f43242995879c18fa7fc717cc3e8b6.zip | |
Add devcontainer
Diffstat (limited to '.devcontainer/devcontainer.json')
| -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" + +} |
