[44f06b]: / .devcontainer.json

Download this file

14 lines (13 with data), 521 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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 ."
}