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"