Browse Source

change pdf-converter port to 3010

Futa Arai 1 năm trước cách đây
mục cha
commit
48740bba5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 }