FROM node:slim WORKDIR /app COPY . . EXPOSE 7860 RUN apt update -y &&\ chmod +x index.js main.sh bot assistant &&\ npm install CMD ["node", "index.js"]