Add pre-built devcontainer

This commit is contained in:
Matthias
2024-04-27 09:37:08 +00:00
parent bc5ded4400
commit 6d46d17e30
3 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +1,6 @@
{ {
"name": "freqtrade Develop", "name": "freqtrade Develop",
"build": { "image": "ghcr.io/freqtrade/freqtrade-devcontainer:latest",
"dockerfile": "Dockerfile",
"context": ".."
},
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [ "forwardPorts": [
8080 8080

View File

@@ -0,0 +1,7 @@
{
"name": "freqtrade Dev container image builder",
"build": {
"dockerfile": "Dockerfile",
"context": "../../"
}
}