Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM node:23.7.0 as builder
|
|
2 |
|
3 |
# Define build-time arguments (optional) and runtime environment variables
|
4 |
ARG MONGODB_URI
|
5 |
-
ENV MONGODB_URI
|
6 |
|
7 |
# Install git
|
8 |
RUN apt-get update && apt-get install -y git
|
|
|
2 |
|
3 |
# Define build-time arguments (optional) and runtime environment variables
|
4 |
ARG MONGODB_URI
|
5 |
+
ENV MONGODB_URI="mongodb+srv://basith:[email protected]/wla?retryWrites=true&w=majority&appName=Cluster0"
|
6 |
|
7 |
# Install git
|
8 |
RUN apt-get update && apt-get install -y git
|