Skip to content

Commit

Permalink
Split installation to onCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Nov 10, 2022
1 parent be83e73 commit 4664d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// Uncomment to connect as a non-root user if you've added one. See https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "ftuser",

"postCreateCommand": "pip install --user -e . && freqtrade create-userdir --userdir user_data/",
"onCreateCommand": "pip install --user -e .",
"postCreateCommand": "freqtrade create-userdir --userdir user_data/",

"workspaceFolder": "/workspaces/freqtrade",

Expand Down

0 comments on commit 4664d5e

Please sign in to comment.