Run Igora in Docker
Build Igora Image
For now all three services are in the same Dockerfile what is not a good solution but it works. You can check the Dockerfile in the root folder of the igora project.
- first verify that you have docker installed
- verify info in the .env file
- run
docker compose up
if needed to rebuild, run docker compose up --build