소스 검색

change pdf-converter port to 3010

Futa Arai 1 년 전
부모
커밋
48740bba5e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .devcontainer/pdf-converter/devcontainter.json

+ 1 - 1
.devcontainer/pdf-converter/devcontainter.json

@@ -15,7 +15,7 @@
       }
     }
   },
-  "forwardPorts": [3004],
+  "forwardPorts": [3010],
   "postCreateCommand": "git-lfs pull",
   "remoteUser": "node"
 }