From bd9a5f2d331be13ac0e21d7b7324c1acfa098e48 Mon Sep 17 00:00:00 2001 From: Jimmy Chen <jchen.tc@gmail.com> Date: Fri, 9 Feb 2018 16:33:05 +1100 Subject: [PATCH] Update README.md Update documentation: default value for environment variable APP_TARGET. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441c55f..a16f951 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ curl 127.0.0.1:8080 application GIT repository. In case your application is located in a sub-folder, you can set this variable to a *./myapplication*. -* **APP_TARGET** (default: '') +* **APP_TARGET** (default: 'target') This variable specifies a relative location to your application binary inside the container. -- GitLab