summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2019-01-08 21:43:52 -0800
committerKasra Bigdeli <[email protected]>2019-01-08 21:43:52 -0800
commitf6683bce1694622fca828c05bea09ce64516c3a3 (patch)
treef5b6193e761bded388ca51d7fc88995ed9ebf467
parent04fb202e21efff9d72dec48431dc7caf3ae6e3c8 (diff)
parente2f11c03481b4bae27a9fc01fe1ffa5dbd799694 (diff)
downloadcaprover-one-click-apps-f6683bce1694622fca828c05bea09ce64516c3a3.tar.gz
caprover-one-click-apps-f6683bce1694622fca828c05bea09ce64516c3a3.zip
git Merge branch 'master' of github.com:githubsaturn/testing-v1-one-click-apps
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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.