Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: update readme how to run localy (#754)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Jun 27, 2023
1 parent 1e784f3 commit 59b89de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ helm delete --purge che-devfile-registry

## Run the registry

* Run
```bash
docker run -it --rm -p 8080:8080 quay.io/eclipse/che-devfile-registry:next
docker run -it --rm --entrypoint httpd-foreground -p 8080:8080 quay.io/eclipse/che-devfile-registry:next
```
* Open http://localhost:8080/devfiles/

# Builds

Expand Down

0 comments on commit 59b89de

Please sign in to comment.