Skip to content

Fix documentation #1029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/container-dist_zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ The Dist Zip Container allows applications packaged in [`distZip`-style][] to be
<tr>
<td><strong>Detection Criteria</strong></td>
<td><ul>
<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>
<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>
<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>
<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>
</ul></td>
</tr>
<tr>
<td><strong>Tags</strong></td>
<td><tt>dist-zip</tt></td>
<td><code>dist-zip</code></td>
</tr>
</table>
Tags are printed to standard output by the buildpack detect script
Expand Down