added ci
Some checks failed
Build and Publish / Build and Publish Discord Bot (push) Failing after 1m10s
Some checks failed
Build and Publish / Build and Publish Discord Bot (push) Failing after 1m10s
This commit is contained in:
7
discordbot/Dockerfile
Normal file
7
discordbot/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user