From 0e46787345775eb1ca148f0d0441b8684903434a Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Sat, 16 Aug 2025 10:51:45 +0330 Subject: [PATCH 1/3] change dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b494d6d..07f5f11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/next.config.js ./next.config.js -COPY --from=builder /app/app ./app +COPY --from=builder /app/src ./app EXPOSE 3000 From 08e5bcc0fabb14725a11482b906bfaf9c0d698d3 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Sat, 16 Aug 2025 13:57:56 +0330 Subject: [PATCH 2/3] change dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07f5f11..b0a73ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ COPY --from=builder /app/public ./public COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json -COPY --from=builder /app/next.config.js ./next.config.js +COPY --from=builder /app/next.config.mjs ./next.config.mjs COPY --from=builder /app/src ./app EXPOSE 3000 From c8521d6ebd1cb06e9e691c3159a76d00d9aca515 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Sat, 16 Aug 2025 15:41:37 +0330 Subject: [PATCH 3/3] change version to 2.5.0 --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bb27c1b..d7b139e 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -NEXT_PUBLIC_VERSION = "2.4.1" +NEXT_PUBLIC_VERSION = "2.5.0" NEXT_PUBLIC_API_URL = "http://192.168.1.20:8888/server" NEXT_PUBLIC_SERVER_SOCKET_URL = "ws://192.168.1.20:3023"