소스 검색

feat: Add devcontainer (#1126)

Kroese 3 달 전
부모
커밋
a995ecc174
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .devcontainer.json

+ 2 - 0
.devcontainer.json

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