maptest-bot/Dockerfile
Quaternions 29d3299693
All checks were successful
continuous-integration/drone/push Build is passing
if at first you fail try again
2024-04-17 22:43:08 -07:00

9 lines
126 B
Docker

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