Skip to content

Commit

Permalink
docs(backend): Add --build to docker command in Getting Started gui…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts authored Nov 26, 2024
1 parent 13da8af commit 06b403f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/platform/advanced_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/platform/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 06b403f

Please sign in to comment.