KUAN-HSUN-LI commented on a change in pull request #638:
URL: https://github.com/apache/submarine/pull/638#discussion_r663439030



##########
File path: submarine-cloud-v2/Makefile
##########
@@ -30,8 +30,9 @@ api:
 
 .PHONY: image
 image: charts
+       eval $(minikube docker-env)
        GOOS=linux go build -o submarine-operator
-       docker build -t submarine-operator .
+       docker build -t submarine-operator -f dev.Dockerfile .

Review comment:
       why specify a non-existing file here?




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to