mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
13 lines
314 B
JSON
13 lines
314 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|