From 12e1d93dc264a3a4d16efaac90f257ea830602e7 Mon Sep 17 00:00:00 2001 From: yazan Date: Wed, 2 Jul 2025 23:25:21 +0000 Subject: [PATCH] Update webapp/Dockerfile --- webapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index 8c6c640..ef38766 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -14,7 +14,7 @@ COPY webapp/ . ENV NODE_ENV=production ENV NEXT_TELEMETRY_DISABLED=1 # Use a dummy DB_URI during build to prevent connection attempts -ENV DB_URI=mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/Infinity?authSource=admin +ENV DB_URI=mongodb://dummy:password@localhost:27017/dummy # Build the application RUN npm run build