Alters devcontainer config to allow for building and running on Linux desktop.

This commit is contained in:
2026-05-10 00:13:34 +00:00
parent 6893758a16
commit de0a243388
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -1,5 +1,8 @@
{
"name": "kryz-go",
"mounts": [
"source=/dev/dri,target=/dev/dri,type=bind"
],
"build": {
"dockerfile": "Dockerfile"
},