maptest-bot/Dockerfile
itzaname 1d967328be
All checks were successful
continuous-integration/drone/push Build is passing
Add CI files
2022-06-17 23:26:52 -04:00

9 lines
89 B
Docker

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