From 77fca43ba19f661147366adc1aca1f6a14aac274 Mon Sep 17 00:00:00 2001 From: Lev Maximov Date: Fri, 28 Jan 2022 14:09:19 +0700 Subject: [PATCH] typo fixed --- _posts/2016-10-25-beginner-linux.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-10-25-beginner-linux.markdown b/_posts/2016-10-25-beginner-linux.markdown index d71c796..09a66eb 100644 --- a/_posts/2016-10-25-beginner-linux.markdown +++ b/_posts/2016-10-25-beginner-linux.markdown @@ -431,7 +431,7 @@ When you use a bind mount, a file or directory on the host machine is mounted in $DOCKERID/linux_tweet_app:1.0 ``` - > Remember from the Dockerfile, `usr/share/nginx/html` is where the html files are stored for the web app. + > Remember from the Dockerfile, `/usr/share/nginx/html` is where the html files are stored for the web app. 2. The [website](/){:data-term=".term1"}{:data-port="80"} should be running.