Skip to content

Commit cc364ff

Browse files
authored
Update README.md
1 parent 7db4d5c commit cc364ff

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Proxy Authorization Service for Prefect UI and Prefect CLI
1+
# Proxy Authorization Service for Prefect UI and Prefect CLI
2+
![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/softrams/prefect-auth-proxy)
23

34
[Prefect](https://prefect.io) is a great platform for building data flows/pipelines. It supports hybrid execution with execution engines running on-premises with
45
all command control and monitoring capabilities via the Prefect UI hosted on the cloud. This means metadata about flows, logs and metrics
@@ -65,9 +66,11 @@ The following Environment Variables are available to configure the Proxy service
6566
### Docker Build
6667

6768
```bash
69+
#Build local docker image
70+
docker build -t prefect-auth-proxy .
6871
# Run docker image
6972
# Prepare environment variables in .env file
70-
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy softrams/prefect-auth-proxy:latest
73+
docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy prefect-auth-proxy
7174
```
7275

7376
### Running the service

0 commit comments

Comments
 (0)