Changes to Dockerfile to fix error in installing MongoDB

This commit is contained in:
Karmaa
2025-03-11 21:42:40 -05:00
parent aa6ca04392
commit 6c3e67d84a
4 changed files with 18 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ if (socket === null) {
? "http://localhost:8082"
: "/",
{
path: "/socket.io",
path: "/database-socket.io",
transports: ["websocket", "polling"],
}
);