Skip to content

Commit

Permalink
fix: trigger startup.sh at devcontainer startup instead of create (ar…
Browse files Browse the repository at this point in the history
  • Loading branch information
tczhao authored Oct 15, 2022
1 parent b7f9071 commit d4a9074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"workspaceMount": "source=${localWorkspaceFolder},target=${localEnv:HOME}/go/src/github.com/argoproj/argo-workflows,type=bind",
"workspaceFolder": "${localEnv:HOME}/go/src/github.com/argoproj/argo-workflows",

"postCreateCommand": "bash -i .devcontainer/startup.sh"
"postStartCommand": "bash -i .devcontainer/startup.sh"
}

0 comments on commit d4a9074

Please sign in to comment.