From b3fa6c07dc6be6781efdde08856d81ec63198dc9 Mon Sep 17 00:00:00 2001 From: Igor Vinokur Date: Wed, 19 Apr 2023 14:24:31 +0300 Subject: [PATCH] Update README.md Co-authored-by: Max Leonov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeeed2b2b0..a8ea69e83a 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Run `mvn clean install` to build. Activate a faster profile build by adding `-Pf 1. Go to the `dockerfiles` directory. 2. Run `./build.sh`. 3. Tag the **che-server** image with your account: `docker tag quay.io/eclipse/che-server:next //che-server:next`. -4. Push the **che-server** image to your account `docker push //che-server:next`. +4. Push the **che-server** image to your account: `docker push //che-server:next`. # Debug 1. Deploy Che to [an openshift cluster](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-openshift-using-cli/) or [minikube](https://www.eclipse.org/che/docs/stable/administration-guide/installing-che-on-minikube/). Use the previously built image: `chectl server:start --platform= --cheimage=//che-server:next`