aboutsummaryrefslogtreecommitdiffhomepage
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 12:15:17 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 12:15:17 -0500
commit866a9f7991f43242995879c18fa7fc717cc3e8b6 (patch)
treed7e36c91d38e9e45cae94c5d8cef7dfcbcda680a /.devcontainer/devcontainer.json
parentc15543eab2207a2546c1b6ed0eabb40af19b1f56 (diff)
downloadsubmelon.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.json11
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"
+
+}