Skip to content

A powerful Discord Bot. Music, management and more.

License

Notifications You must be signed in to change notification settings

Maslinin/DreamerBot

Repository files navigation

Build Quality Gate Status GitHub license

DreamerBot

Discord bot for real dreamers.

Build and Deploy of a bot in a Docker Container

Build

To build a docker image, enter the following command from the command line interface, while being in the root folder of the project:

docker build -t dreamerbot .

Deploy

To deploy an image in a Docker container, type the following command:

docker run -d --restart=always --name dreamerbot dreamerbot

Build and deploy simultaneously

Run Deployer.sh: this script will delete the existing running Docker container with the bot if it exists and will re-build and deploy the Docker container.