adding Docker Scripts and some fixes from fork: https://git.ssh.surf/MrTuxedo/rai-serge-discord-bot

This commit is contained in:
Raven Scott
2023-04-08 02:43:12 +02:00
parent e3c5341561
commit cfa2230986
5 changed files with 50 additions and 1 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM node:slim
WORKDIR /app
COPY package*.json ./
RUN npm install --omit=dev
COPY . .
CMD node rai.js