Add Dockerfile and devcontainer

This commit is contained in:
thePR0M3TH3AN
2025-06-19 11:35:23 -04:00
parent 0e4d5a3979
commit 5c5b25837e
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "VoxVera",
"build": {
"dockerfile": "../Dockerfile",
"context": ".."
},
"workspaceFolder": "/workspace/VoxVera"
}