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 167dc03 commit ef837d9Copy full SHA for ef837d9
README.md
@@ -24,7 +24,7 @@ $ cp Dockerfil.nplus Dockerfile
24
```
25
Now to build the frontend-proxy image with NGINX, issue the following:
26
```shell
27
-$ docker build -f src/nginx-frontend-proxy/Dockerfile -t latest-frontend-proxy .
+$ docker build -f src/nginx-frontend-proxy/Dockerfile -t ghcr.io/open-telemetry/demo:latest-frontend-proxy .
28
29
30
0 commit comments