Skip to content

Commit

Permalink
Fix devcontainer shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Sep 14, 2024
1 parent 7f19e45 commit 2264edb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
//"postStartCommand": "bash", // Runs each time the container is successfully started
"remoteUser": "node", // The user to use when connecting to the container
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/relabeler,type=bind,consistency=cached",
"workspaceFolder": "/workspaces/relabeler"
}
"workspaceFolder": "/workspaces/relabeler",
"shutdownAction": "stopContainer"
}

0 comments on commit 2264edb

Please sign in to comment.