Skip to content

Commit

Permalink
[ Jessi-md 4.8.1 ⏱️ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteshadowofficial authored Jan 12, 2024
1 parent f3e87f4 commit 3284895
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

FROM node:lts-buster

RUN apt-get update && \
Expand All @@ -10,10 +11,10 @@ RUN apt-get update && \

COPY package.json .

RUN npm install
RUN npm install && npm install qrcode-terminal

COPY . .

EXPOSE 5000

CMD ["node", "index.js"]
CMD ["node", "index.js", "--server"]
31 changes: 27 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
{
"name": "jessi-wabot",
"description": "Customizable WhatsApp Bot",
"name": "Jessi-md",
"description": "Whatsapp bot. recode by White Shadow Ofc",
"keywords": [
"whatsapp bot",
"nodejs"
],
"env": {
"SESSION_ID": {
"description": "Put your session id here",
"required": true,
"value": ""
}
},
"repository": "https://github.com/whiteshadowofficial/Jessi-md",
"logo": "https://node-js-sample.herokuapp.com/node.png",
"keywords": ["bot", "whatsapp", "whatsapp-bot", "rpg", "games-wabot", "epic rpg"]
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}
Loading

0 comments on commit 3284895

Please sign in to comment.