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:
Revant Nandgaonkar 2024-03-10 05:38:16 +05:30 committed by GitHub
parent 76976c30e1
commit 636c442fdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
"service": "frappe",
"workspaceFolder": "/workspace/development",
"shutdownAction": "stopCompose",
"postStartCommand": "sudo service ssh start",
"mounts": [
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached"
]