mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Use devcontainer features for most setup work
This commit is contained in:
6
.github/.devcontainer/devcontainer.json
vendored
6
.github/.devcontainer/devcontainer.json
vendored
@@ -3,5 +3,11 @@
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile",
|
||||
"context": "../../"
|
||||
},
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/common-utils:2": {
|
||||
"configureZshAsDefaultShell": true
|
||||
},
|
||||
"ghcr.io/stuartleeks/dev-container-features/shell-history:0.0.3": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user