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