提交 b3135807 编写于 作者: J Joe Conway

Add missing command to install instructions

上级 90b260b5
......@@ -13,6 +13,7 @@ pub serve
A Dockerfile and Kubernetes configuration file is available for deployment. To run on Google Cloud:
```bash
pub build
docker build -t gcr.io/<your-project-name>/tour-of-heroes:latest .
gcloud docker -- push gcr.io/<your-project-name>/tour-of-heroes:latest
kubectl apply -f k8s/
......
......@@ -25,7 +25,7 @@ spec:
containers:
- name: aqueduct-tutorial
imagePullPolicy: Always
image: $IMAGE_NAME
image: gcr.io/sk-tools-180203/
ports:
- containerPort: 80
---
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册