add dev container and default ip

This commit is contained in:
Maple Nebel 2025-11-05 22:47:06 +01:00
commit d352e7537c
3 changed files with 13 additions and 5 deletions

3
devcontainer.json Normal file
View file

@ -0,0 +1,3 @@
{
"build": { "dockerfile": "Dockerfile" }
}