Files
Sim-Tello-KI-fun/.devcontainer/devcontainer.json
Andrew Johnson 26b19a909f First Version (#1)
Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
2025-03-22 16:06:45 +01:00

9 lines
238 B
JSON

{
"name": "Python GUI Devcontainer",
"build": {
"dockerfile": "Dockerfile"
},
"forwardPorts": [5901],
"runArgs": ["--env", "DISPLAY=host.docker.internal:0"],
"mounts": ["source=/tmp/.X11-unix,target=/tmp/.X11-unix,type=bind"]
}