Quaternions f8476577d6 Revert "if at first you fail try again"
This reverts commit 29d3299693d1324cb1fdc8d03ecf7b88c7e7ce60.
2024-04-18 15:07:02 -07:00

9 lines
89 B
Docker

FROM node:18-alpine
COPY ./ /app
WORKDIR /app
RUN npm install
CMD [ "node","bot.js" ]