You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/10/22 14:03:24 UTC

[GitHub] [incubator-yunikorn-web] akhilpb001 commented on a change in pull request #48: YUNIKORN-406: Fix direct yunikorn scheduler api access from yunikorn web

akhilpb001 commented on a change in pull request #48:
URL: https://github.com/apache/incubator-yunikorn-web/pull/48#discussion_r510187933



##########
File path: Makefile
##########
@@ -94,6 +74,32 @@ clean:
 	rm -rf ./out
 	rm -rf ./out-tsc
 
+# Build an image based on the dev build version
+.PHONY: dev-image
+dev-image:
+	docker build -t ${REGISTRY}/yunikorn-web:dev-${VERSION} -f ./Dockerfile.dev .
+
+# Run the web interface from the dev build image
+.PHONY: dev-run-image

Review comment:
       removed this line.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org