You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Edit the readmefile with these configuration
#for live server
CMD MONGO_CONNECTION_URL=mongodb://:@:/ PORT=8080 npm run dev
#for production server
CMD MONGO_CONNECTION_URL=mongodb://:@:/ PORT=8080 npm start
#There is no configuration added for mongodb inside dockerfile . So it should run manualy.
The text was updated successfully, but these errors were encountered:
#Edit the readmefile with these configuration
#for live server
CMD MONGO_CONNECTION_URL=mongodb://:@:/ PORT=8080 npm run dev
#for production server
CMD MONGO_CONNECTION_URL=mongodb://:@:/ PORT=8080 npm start
#There is no configuration added for mongodb inside dockerfile . So it should run manualy.
The text was updated successfully, but these errors were encountered: