Skip to content

A Docker image that can run js bot or the bot make on Discord Bot maker

Notifications You must be signed in to change notification settings

1030283726/Discord-Bot-Maker-Host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Discord-Bot-Maker-Host

Perpuse

A simple Docker image able to run the Discord bot which base on node.js or made by Discord Bot Maker (DBM)

Delploy on Docker

docker run -d \
  --name discord-bot \
  -v path_to_your_bot_folder:/app \
  1030283726/discord-bot-maker-host

Dockerfile

FROM node:latest

WORKDIR /app

CMD ["node", "bot.js"]

Releases

No releases published

Packages

No packages published