We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa8011 commit c619f87Copy full SHA for c619f87
βREADME.md
@@ -115,7 +115,7 @@ cd RUPANTAR_An-AI-Based-SaaS
115
116
**Installation**
117
118
-Install The Project Dependencies Using NPM: *(* *Reuired NodeJS_V.20.9.0_LTS* *)*
+Install The Project Dependencies Using NPM: *(* *Reuired NodeJS_V.18.12.0_LTS* *)*
119
120
```bash
121
npm install --legacy-peer-deps
βcompose.yaml
@@ -10,8 +10,6 @@ services:
10
- "3000:3000" # EXPOSING PORT FOR INTERNAL COMMUNICATIONS
11
env_file:
12
- .env
13
- environment:
14
- - NODE_ENV=production
15
depends_on:
16
mongodb:
17
condition: service_healthy
0 commit comments