This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git
The following commit(s) were added to refs/heads/master by this push:
new 8325d7c [YUNIKORN-2142] docs: remove unused `make deploy-prod` doc
(#154)
8325d7c is described below
commit 8325d7c764b38d58f72d2a1d47752cf6e7ff4c75
Author: Cliff Su <[email protected]>
AuthorDate: Tue Dec 12 19:51:09 2023 +0800
[YUNIKORN-2142] docs: remove unused `make deploy-prod` doc (#154)
Reviewers: Chia-Ping Tsai <[email protected]>
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index da592ce..a5d67c0 100644
--- a/README.md
+++ b/README.md
@@ -58,9 +58,6 @@ This command will build binary with version `web-latest` and
the docker full ima
The Makefile is smart enough to detect your host architecture but it will tag
the image name.
-Run `make deploy-prod` to build and deploy the scheduler webapp using
docker-compose.
-The project uses [multi-stage
build](https://docs.docker.com/develop/develop-images/multistage-build/)
feature of the docker and requires Docker 17.05 or higher.
-
### Running tests
All tests can be executed via `make test`. It will first build the project and
then execute the unit tests followed by the end to end tests.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]