FROM node:18 RUN apt-get update && apt-get install -y git RUN git clone https://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@github.com/BLUEXDEMONl/codenest.git /app WORKDIR /app RUN npm install cors express-rate-limit express axios bcrypt fs-extra mongodb cors jsonwebtoken node-cron dotenv crypto RUN chmod -R 777 /app EXPOSE 7860 CMD ["node", "app.js"]