boxtrain / Dockerfile
1tbfree's picture
Update Dockerfile
1d51e6b verified
raw
history blame
127 Bytes
FROM node:18
WORKDIR /boxtrain/bot
RUN npm i socket.io-client@v2 @tensorflow/tfjs-node
RUN node tbbot.js &
CMD "sleep infinity"