Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.09 KB

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.