fix(dev): remove ssh from post start command (#1349)
no ssh service installed in frappe/bench:latest for custom usage add to gitignored .devcontainer
This commit is contained in:
parent
76976c30e1
commit
636c442fdb
@ -26,7 +26,6 @@
|
|||||||
"service": "frappe",
|
"service": "frappe",
|
||||||
"workspaceFolder": "/workspace/development",
|
"workspaceFolder": "/workspace/development",
|
||||||
"shutdownAction": "stopCompose",
|
"shutdownAction": "stopCompose",
|
||||||
"postStartCommand": "sudo service ssh start",
|
|
||||||
"mounts": [
|
"mounts": [
|
||||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user