From e2f11c03481b4bae27a9fc01fe1ffa5dbd799694 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Tue, 8 Jan 2019 21:33:31 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8ebd2b5..643462e 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ Process: - Varibles can be anywhere in the JSON and they will be replaced by what user enters - Each variable must have `id`, `label`. It may also have `defaultValue`, `validRegex`, `description`. - Other than `image`, `environment`, `ports`, `volumes`, `depends_on`, other parameters are ignored. Make sure they are not important. +- Instead of image in a service, you can use `dockerfileLines` which is an array of strings.