Skip to content

Commit

Permalink
fix(dev): remove ssh from post start command (#1349)
Browse files Browse the repository at this point in the history
no ssh service installed in frappe/bench:latest
for custom usage add to gitignored .devcontainer
  • Loading branch information
revant authored Mar 10, 2024
1 parent 76976c3 commit 636c442
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devcontainer-example/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 636c442

Please sign in to comment.