From 5951a8019b4525f4a60e28a5c04e087c7ee2b169 Mon Sep 17 00:00:00 2001 From: alonnir Date: Sat, 17 Oct 2020 14:30:46 +0100 Subject: [PATCH] Update 01-dockerfile.org typo --- docker-start/01-dockerfile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-start/01-dockerfile.org b/docker-start/01-dockerfile.org index 6b9668a..4213994 100644 --- a/docker-start/01-dockerfile.org +++ b/docker-start/01-dockerfile.org @@ -26,7 +26,7 @@ The *RUN* statement is the workhorse of the Dockerfile. In our case, we are usin *** WORKDIR -The *WORKDIR* statement is often sued to specify a working directory. Any subsequent commands will assume that is the working directory. +The *WORKDIR* statement is often used to specify a working directory. Any subsequent commands will assume that is the working directory. *** ADD