Alters devcontainer config to allow for building and running on Linux desktop.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"name": "kryz-go",
|
||||
"mounts": [
|
||||
"source=/dev/dri,target=/dev/dri,type=bind"
|
||||
],
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user