From 86762a4696360a7ea04944c069a66f7bbc62ae00 Mon Sep 17 00:00:00 2001 From: arunkdev <59554948+ArunEng@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:11:16 +0530 Subject: [PATCH] Update lab4_dockerfile_copy.md fixed simple typo --- beginners/dockerfile/lab4_dockerfile_copy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginners/dockerfile/lab4_dockerfile_copy.md b/beginners/dockerfile/lab4_dockerfile_copy.md index 7196f881e..5e8595cd4 100644 --- a/beginners/dockerfile/lab4_dockerfile_copy.md +++ b/beginners/dockerfile/lab4_dockerfile_copy.md @@ -1,5 +1,5 @@ # Lab #3: Create an image with COPY instruction -The COPY instruction copies files or directories from source and adds them to the filesystem of the container at destinatio. +The COPY instruction copies files or directories from source and adds them to the filesystem of the container at destination. Two form of COPY instruction ```