Clarify upload language for .zip and .tar.gz

This commit is contained in:
Joseph Schorr 2014-04-01 22:12:51 -04:00
parent 38cb12b7c6
commit 6ff46cc450
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
<div class="container" ng-show="!uploading && !building">
<div class="init-description">
Upload a Dockerfile or a zip file containing a Dockerfile <b>in the root directory</b>
Upload a <b>Dockerfile</b> or an archive (<code>.zip</code> or <code>.tar.gz</code>) containing a Dockerfile <b>in the root directory</b>
</div>
<input id="file-drop" class="file-drop" type="file" file-present="internal.hasDockerfile">
</div>