Discord bot for real dreamers.
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 .
To deploy an image in a Docker container, type the following command:
docker run -d --restart=always --name dreamerbot dreamerbot
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.