We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1361bd2 commit 7db4d5cCopy full SHA for 7db4d5c
README.md
@@ -65,12 +65,9 @@ The following Environment Variables are available to configure the Proxy service
65
### Docker Build
66
67
```bash
68
-# Build docker image
69
-docker build . -t iddoc/prefect-auth-proxy
70
-
71
# Run docker image
72
# Prepare environment variables in .env file
73
-docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy iddoc/prefect-auth-proxy
+docker run -d -p 3000:3000 --env-file ./.env --name auth-proxy softrams/prefect-auth-proxy:latest
74
```
75
76
### Running the service
0 commit comments