added ci
Some checks failed
Build and Publish / Build and Publish Discord Bot (push) Failing after 1m10s

This commit is contained in:
2023-08-11 11:43:14 +02:00
parent 981de3d2e5
commit 2dcbced91e
2 changed files with 35 additions and 0 deletions

7
discordbot/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM node:18-alpine
WORKDIR /usr/src/app
COPY . .
CMD ["node", "index.js"]