odin/Dockerfile
2024-03-04 20:38:46 +01:00

4 lines
No EOL
64 B
Docker

FROM node:latest
WORKDIR /app
COPY . /app
CMD ["node", "bot.js"]