feat(image-build): fix typo (#3787)
parent
7fe7ce1a0a
commit
bfd6cca33f
|
@ -102,7 +102,7 @@
|
|||
<i class="fa fa-globe" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||
URL
|
||||
</div>
|
||||
<p>Specify an URL to a file</p>
|
||||
<p>Specify a URL to a file</p>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -138,7 +138,7 @@
|
|||
</div>
|
||||
<div class="form-group">
|
||||
<span class="col-sm-12 text-muted small">
|
||||
You can upload a Dockerfile or a tar archive containing a Dockerfile from your computer. When using an tarball, the root folder will be used as the build
|
||||
You can upload a Dockerfile or a tar archive containing a Dockerfile from your computer. When using a tarball, the root folder will be used as the build
|
||||
context.
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue