add Dockerfile to discord-bot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM node:19-alpine
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN npm install
|
||||
CMD ["sh", "-c", "npm run start:bot"]
|
||||
Reference in New Issue
Block a user