FROM node:18 WORKDIR /boxtrain/bot RUN npm i socket.io-client@v2 @tensorflow/tfjs-node RUN node tbbot.js & CMD "sleep infinity"