Diff of /.devcontainer.json [000000] .. [8c1baa]

Switch to side-by-side view

--- a
+++ b/.devcontainer.json
@@ -0,0 +1,13 @@
+{
+    "name": "nbdev_template-codespaces",
+    "dockerComposeFile": "docker-compose.yml",
+    "service": "watcher",
+    "settings": {"terminal.integrated.shell.linux": "/bin/bash"},
+    "mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
+    "forwardPorts": [4000, 8080],
+    "appPort": [4000, 8080],
+    "extensions": ["ms-python.python",
+                   "ms-azuretools.vscode-docker"],
+    "runServices": ["notebook", "jekyll", "watcher"],
+    "postStartCommand": "pip install -e ."
+}