From 0cc4490b4e49ce34b5c323f8ec6cd31304e6f076 Mon Sep 17 00:00:00 2001 From: Chayan8837 Date: Sat, 5 Oct 2024 14:46:43 +0530 Subject: [PATCH] fix:docker build instruction line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eab72063aa..0c235a897f0 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ After cloning repository to your local, perform the following steps from the roo #### Steps: 1. Build the Docker image: ```bash - docker build -t asyncapi-website .` + docker build -t asyncapi-website . ``` 2. Start the container: ```bash