You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/container-dist_zip.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,18 @@ The Dist Zip Container allows applications packaged in [`distZip`-style][] to be
5
5
<tr>
6
6
<td><strong>Detection Criteria</strong></td>
7
7
<td><ul>
8
-
<li>A start script in the <tt>bin/</tt> subdirectory of the application directory or one of its immediate subdirectories (but not in both), and</li>
9
-
<li>A JAR file in the <tt>lib/</tt> subdirectory of the application directory or one of its immediate subdirectories (but not in both)</li>
8
+
<li>A start script in the <code>bin/</code> subdirectory of the application directory or one of its immediate subdirectories (but not in both) - for example, a <code>bin</code> folder with: <code>bin/myscript</code> along with <code>bin/myscript.bat</code> and</li>
9
+
<li>A JAR file in the <code>lib/</code> subdirectory of the application directory or one of its immediate subdirectories (but not in both)</li>
10
10
</ul></td>
11
11
</tr>
12
12
<tr>
13
13
<td><strong>Tags</strong></td>
14
-
<td><tt>dist-zip</tt></td>
14
+
<td><code>dist-zip</code></td>
15
15
</tr>
16
16
</table>
17
17
Tags are printed to standard output by the buildpack detect script
18
18
19
-
If the application uses Spring, [Spring profiles][] can be specified by setting the [`SPRING_PROFILES_ACTIVE`][] environment variable. This is automatically detected and used by Spring. The Spring Auto-reconfiguration Framework will specify the `cloud` profile in addition to any others.
19
+
If the application uses Spring, [Spring profiles][] can be specified by secodeing the [`SPRING_PROFILES_ACTIVE`][] environment variable. This is automatically detected and used by Spring. The Spring Auto-reconfiguration Framework will specify the `cloud` profile in addition to any others.
20
20
21
21
## Configuration
22
22
For general information on configuring the buildpack, including how to specify configuration values through environment variables, refer to [Configuration and Extension][].
@@ -28,6 +28,6 @@ The container can be configured by modifying the `config/dist_zip.yml` file in t
28
28
| `arguments` | Optional command line arguments to be passed to the start script. The arguments are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
29
29
30
30
[Configuration and Extension]: ../README.md#configuration-and-extension
0 commit comments