Explorar el Código

change pdf-converter port to 3010

Futa Arai hace 1 año
padre
commit
48740bba5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"
 }