feat: Add devcontainer (#284)
This commit is contained in:
parent
70cb1ae98c
commit
0b0c2dc1d8
1 changed files with 6 additions and 0 deletions
6
.devcontainer.json
Normal file
6
.devcontainer.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"name": "windows",
|
||||||
|
"service": "windows",
|
||||||
|
"forwardPorts": ["8006"],
|
||||||
|
"dockerComposeFile": "compose.yml"
|
||||||
|
}
|
Loading…
Reference in a new issue