wiki search people tested pipeline
This commit is contained in:
6
grammy/Dockerfile
Normal file
6
grammy/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:22-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN npm install
|
||||
COPY bot.mjs .
|
||||
CMD ["node", "bot.mjs"]
|
||||
Reference in New Issue
Block a user