From bd6d7eb1d2d82f530b54074ca89ed578a9c83b7e Mon Sep 17 00:00:00 2001 From: Bin Ju Date: Mon, 18 Mar 2019 16:42:32 -0400 Subject: [PATCH] update README to reference new dockerfiles Signed-off-by: Bin Ju Co-authored-by: Bohan Chen --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9237074..223c736 100644 --- a/README.md +++ b/README.md @@ -181,10 +181,11 @@ environment is consistent across any `docker` enabled platform. When the docker image builds, the test are run inside the docker container, on failure they will stop the build. -Run the tests with the following command: +Run the tests with the following commands for both `alpine` and `ubuntu` images: ```sh -docker build -t github-release-resource . +docker build -t github-release-resource -f dockerfiles/alpine/Dockerfile . +docker build -t github-release-resource -f dockerfiles/ubuntu/Dockerfile . ``` ### Contributing