Skip to content

Commit

Permalink
Run init script on each startup (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Sep 24, 2023
1 parent 1c4f6d5 commit 3cecc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip install -r requirements-dev.txt && pre-commit install && pip install -e .",
"postStartCommand": "pip install -r requirements-dev.txt && pre-commit install && pip install -e .",
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
"runArgs": ["-e", "GIT_EDITOR=code --wait"]
Expand Down

0 comments on commit 3cecc0d

Please sign in to comment.