FROM node:latest EXPOSE 7860 WORKDIR /usr/src COPY . . RUN npm install npm RUN npm install axios express request dotenv CMD ["node", "index.js"]