Merge tag 'v2.5.0' into develop

v2.5.0
This commit is contained in:
AmirHossein Mahmoodi
2025-08-16 15:43:02 +03:30
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -25,8 +25,8 @@ 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/app ./app
COPY --from=builder /app/next.config.mjs ./next.config.mjs
COPY --from=builder /app/src ./app
EXPOSE 3000