summary refs log tree commit diff
path: root/kokoro
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro')
-rw-r--r--kokoro/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/kokoro/README.md b/kokoro/README.md
index 48a23a2..201ab54 100644
--- a/kokoro/README.md
+++ b/kokoro/README.md
@@ -12,8 +12,7 @@ is built with a [`Dockerfile`](Dockerfile).
 Assuming a Docker daemon is already running, build the `crosvm-base` image:
 
 ```shell
-cd crosvm/kokoro
-docker build -t crosvm-base - < Dockerfile
+docker build -t crosvm-base path/to/crosvm/kokoro
 ```
 
 Here is how to use the image to test a crosvm repository located at `$CROSVM_SRC`:
@@ -33,8 +32,7 @@ If an update or new library is needed or any other adjustment is required, a new
 generated as follows:
 
 ```shell
-cd crosvm/kokoro
-docker build -t crosvm-base - < Dockerfile
+docker build -t crosvm-base path/to/crosvm/kokoro
 docker save crosvm-base | xz -T 0 -z >crosvm-base.tar.xz
 ```