Add v120g 212 rssu3

This commit is contained in:
yznahmad 2025-07-03 02:32:57 +03:00
parent cb9c0f3c96
commit 030c9bfeb5

View File

@ -14,7 +14,8 @@ COPY webapp/ .
ENV NODE_ENV=production ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED=1 ENV NEXT_TELEMETRY_DISABLED=1
# Use a dummy DB_URI during build to prevent connection attempts # Use a dummy DB_URI during build to prevent connection attempts
ENV DB_URI=mongodb://dummy:password@localhost:27017/dummy # ENV DB_URI=mongodb://dummy:password@localhost:27017/dummy
ENV DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin
# Build the application # Build the application
RUN npm run build RUN npm run build