Ver Fonte

change pdf-converter port to 3010

Futa Arai há 1 ano atrás
pai
commit
48740bba5e
1 ficheiros alterados com 1 adições e 1 exclusões
  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"
 }