2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-24 02:55:29 +00:00
frappe_docker/.devcontainer/devcontainer.json

16 lines
349 B
JSON
Raw Normal View History

2020-03-05 16:09:03 +00:00
{
"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 01:56:30 +00:00
"shutdownAction": "stopCompose",
"extensions": [
"ms-python.python"
]
2020-03-05 16:09:03 +00:00
}