fix(platform): allowing condition block to compare 2 strings (#8771)

Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
Co-authored-by: Bently <tomnoon9@gmail.com>
This commit is contained in:
Abhimanyu Yadav
2024-11-27 02:10:51 +05:30
committed by GitHub
parent f1414550f9
commit 951948d239
3 changed files with 10 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ This will generate the Prisma client for PostgreSQL. You will also need to run t
```bash
cd autogpt_platform/
docker compose up -d
docker compose up -d --build
```
You can then run the migrations from the `backend` directory.

View File

@@ -90,7 +90,7 @@ To run the backend services, follow these steps:
* Run the backend services:
```
docker compose up -d
docker compose up -d --build
```
This command will start all the necessary backend services defined in the `docker-compose.combined.yml` file in detached mode.