๐Ÿ“ฆ AlistairKeiller / FSAE-influxdbv2

๐Ÿ“„ devcontainer.json ยท 6 lines
1
2
3
4
5
6{
    "name": "Python",
    "image": "mcr.microsoft.com/devcontainers/python:latest",
    "postCreateCommand": "./IDBv2.sh && pip install influxdb-client",
    "forwardPorts": [8086]
}