freqtrade_origin/.github/.devcontainer/devcontainer.json

13 lines
314 B
JSON
Raw Normal View History

2024-04-27 09:37:08 +00:00
{
"name": "freqtrade Dev container image builder",
"build": {
"dockerfile": "Dockerfile",
"context": "../../"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0.0.3": {}
2024-04-27 09:37:08 +00:00
}
}