1
1
Fourche 0
miroir de https://github.com/Qoyyuum/Forex-MT5-Bot.git synchronisé 2026-02-23 07:53:17 +00:00
Forex-MT5-Bot/.vscode/tasks.json

26 lignes
439 o
JSON
Brut Lien permanent Vue normale Historique

{
"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"
}
}
]
}