Spaces:
Build error
Build error
| FROM node:18-bullseye | |
| RUN apt-get update && apt-get install -y git ffmpeg speedtest-cli python3-pip | |
| WORKDIR /app | |
| RUN git clone https://github.com/mruniquehacker/Knightbot-MD.git . | |
| RUN npm install | |
| CMD ["npm", "start"] | |