Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 544 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 544 Bytes

IAUN Computer Engineering Bot

Table of contents

How to Run

To run project, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/MrUmbr3lla/ceiaun_bot.git
    cd ceiaun_bot/ceiaun_bot
  2. Copy the .env.example file and fill in the required information:

    cp .env.example .env
  3. Up the Docker container:

    docker compose up -d

    The -d flag runs the container in detached mode, allowing it to run the background.