réplica de
https://github.com/Qoyyuum/Forex-MT5-Bot.git
sincronizado 2026-02-22 23:53:15 +00:00
26 linhas
439 B
JSON
26 linhas
439 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "docker-build",
|
|
"label": "docker-build",
|
|
"platform": "python",
|
|
"dockerBuild": {
|
|
"tag": "forexzmq:latest",
|
|
"dockerfile": "${workspaceFolder}/Dockerfile",
|
|
"context": "${workspaceFolder}",
|
|
"pull": true
|
|
}
|
|
},
|
|
{
|
|
"type": "docker-run",
|
|
"label": "docker-run: debug",
|
|
"dependsOn": [
|
|
"docker-build"
|
|
],
|
|
"python": {
|
|
"file": "app.py"
|
|
}
|
|
}
|
|
]
|
|
}
|