Skip to content

Commit

Permalink
Updated dev guide for apiserver build with minikube. (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyliu513 authored and k8s-ci-robot committed Jan 28, 2019
1 parent 97645e7 commit 708d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Minikube can pick your local Docker image so you don't need to upload to remote

For example, to build API server image
```bash
$ docker build -t ml-pipeline-api-server backend/src
$ docker build -t ml-pipeline-api-server -f backend/Dockerfile .
```

### Update deployment image
Expand Down

0 comments on commit 708d8b3

Please sign in to comment.