Browse Source

feat: Add devcontainer (#1126)

Kroese 3 tháng trước cách đây
mục cha
commit
a995ecc174
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .devcontainer.json

+ 2 - 0
.devcontainer.json

@@ -1,4 +1,6 @@
 {
+  "name": "windows",
   "service": "windows",
+  "forwardPorts": ["8006"],
   "dockerComposeFile": "compose.yml"
 }