2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-26 00:28:24 +00:00
frappe_docker/.devcontainer/devcontainer.json

16 lines
349 B
JSON
Raw Normal View History

2020-03-05 21:39:03 +05:30
{
"name": "Frappe Bench",
"appPort": [8000, 9000, 6787],
"remoteUser": "frappe",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"dockerComposeFile": "./docker-compose.yml",
"service": "frappe",
"workspaceFolder": "/workspace/development",
2020-04-17 02:56:30 +01:00
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python"
]
2020-03-05 21:39:03 +05:30
}