Skip to content

Commit 5e1213d

Browse files
authored
Merge pull request #336 from pipecat-ai/mb/update-quickstart-pcc-docker
Quickstart: Update Docker build to use pcc docker
2 parents e21c6ec + 07e2bef commit 5e1213d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

getting-started/quickstart.mdx

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -170,23 +170,15 @@ This creates a secret set called `quickstart-secrets` (matching your TOML file)
170170

171171
### Build and deploy
172172

173-
1. Update build script
174-
175-
Edit `build.sh` and update the `DOCKER_USERNAME` variable with your Docker Hub username:
176-
177-
```bash
178-
DOCKER_USERNAME="YOUR_DOCKERHUB_USERNAME" # 👈 Update this line
179-
```
180-
181-
2. Build and push your Docker image
173+
1. Build and push your Docker image
182174

183175
```bash
184-
./build.sh
176+
uv run pcc docker build-push
185177
```
186178

187-
This builds your Docker image and pushes it to Docker Hub.
179+
This builds your Docker image and pushes it to Docker Hub based on the `image` information in your `pcc-deploy.toml` file.
188180

189-
3. Deploy to Pipecat Cloud
181+
2. Deploy to Pipecat Cloud
190182

191183
```bash
192184
uv run pcc deploy

0 commit comments

Comments
 (0)