mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +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:
parent
76976c30e1
commit
636c442fdb
@ -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"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user