2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-06-11 21:02:25 +00:00

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

View File

@ -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"
] ]