Skip to content

Commit e64d438

Browse files
authored
Minor typo
1 parent 5af6ea5 commit e64d438

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,22 @@ The following Environment Variables are available to configure the Proxy service
6666
### Docker Image
6767

6868
#### Use pre-built docker image
69+
6970
Use docker image from Docker hub
7071
```bash
71-
# Run using pre-build docker image
72+
# Run using pre-built docker image from docker hub
7273
# Prepare environment variables in .env file
7374
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy softrams/prefect-auth-proxy:latest
7475
```
7576

7677
#### Build a local docker image
78+
7779
Build a local docker image (with any changes as needed) and publish to your own repository.
7880

7981
```bash
8082
# Build local docker image
8183
docker build -t prefect-auth-proxy .
82-
# Run docker image
84+
# Run local docker image
8385
# Prepare environment variables in .env file
8486
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy prefect-auth-proxy
8587
```

0 commit comments

Comments
 (0)