To run project, follow the steps below:
-
Clone the repository:
git clone https://github.com/MrUmbr3lla/ceiaun_bot.git cd ceiaun_bot/ceiaun_bot
-
Copy the
.env.example
file and fill in the required information:cp .env.example .env
-
Up the Docker container:
docker compose up -d
The
-d
flag runs the container in detached mode, allowing it to run the background.