chat / Dockerfile
1tbfree's picture
Create Dockerfile
1020d30 verified
raw
history blame
36 Bytes
FROM node:20
CMD ["node", "chat.js"]