Changes to Dockerfile to fix error in connecting to sockets

This commit is contained in:
Karmaa
2025-03-11 23:48:50 -05:00
parent 3767a58220
commit 4027c6a041
2 changed files with 1 additions and 9 deletions

View File

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