mirror of https://github.com/portainer/portainer
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>
|
<i class="fa fa-globe" aria-hidden="true" style="margin-right: 2px;"></i>
|
||||||
URL
|
URL
|
||||||
</div>
|
</div>
|
||||||
<p>Specify an URL to a file</p>
|
<p>Specify a URL to a file</p>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -138,7 +138,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<span class="col-sm-12 text-muted small">
|
<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.
|
context.
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue