From bfd6cca33f4dc92b076522be4b7790aab1cd36a5 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 4 May 2020 13:24:09 +0530 Subject: [PATCH] feat(image-build): fix typo (#3787) --- app/docker/views/images/build/buildimage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docker/views/images/build/buildimage.html b/app/docker/views/images/build/buildimage.html index 2bde8f32a..06d0dc735 100644 --- a/app/docker/views/images/build/buildimage.html +++ b/app/docker/views/images/build/buildimage.html @@ -102,7 +102,7 @@ URL -

Specify an URL to a file

+

Specify a URL to a file

@@ -138,7 +138,7 @@
- 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.