Merge tag 'v2.5.0' into develop
v2.5.0
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user