mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
docs(backend): Add --build to docker command in Getting Started guide (#8762)
This commit is contained in:
committed by
GitHub
parent
13da8af170
commit
06b403f2b0
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user