maptest-bot/Dockerfile
Quaternions ffd8424209 Run "deploy-commands.js" on startup
could do this on deploy only, but I don't feel like figuring that out...
2024-04-18 05:18:55 +00:00

9 lines
111 B
Docker

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