File size: 136 Bytes
8db729c
 
 
 
 
 
 
1
2
3
4
5
6
7
FROM node:20
WORKDIR /bots/this/
COPY . .
RUN npm install socket.io-client@2
RUN echo node bomb.js > init
RUN chmod +x init
CMD "./init"