From 4421cccf3277da34ac710676d9eb666b0aed9e8f Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 9 Dec 2023 16:31:51 +0000 Subject: [PATCH] fixing readme deployment instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70cdda3..295f2af 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ Soruce code of Matterlinux's offical website, which is hosted at [matterlinux.xyz](https://matterlinux.xyz) ### Deployment -Website can be built and deployed with docker: +After cloning this repository, web server can be built and deployed with docker: ``` docker build --tag matterwebsite . docker run -d --name matterweb \ -p 127.0.0.1:9878:9878 \ - -v $PWD/web-content:/app/content \ + -v $PWD/content:/app/content \ matterwebsite ```