Merge pull request #456 from ainsleyrutterford/patch-1

Update docker instructions in `amazon-bedrock.md`
This commit is contained in:
Timothy Jaeryang Baek 2025-03-26 20:54:29 -07:00 committed by GitHub
commit 473a44e1d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ We're now ready to build and launch the docker container using:
```bash
docker build . -f Dockerfile -t bedrock-gateway
docker run -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY" -e AWS_REGION=us-east-1 -d -p 8000:80 bedrock-gateway
docker run -e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN=$AWS_SESSION_TOKEN -e AWS_REGION=us-east-1 -d -p 8000:80 bedrock-gateway
```
You should now be able to access the BAG's swagger page at: http://localhost:8000/docs