From 949ce593e4b64f9d19d601138c1e333b9ba63795 Mon Sep 17 00:00:00 2001 From: wadhekarp Date: Sun, 14 Jul 2024 00:56:38 +0300 Subject: [PATCH] fix: modify readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cebc053..1d9df91 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ Go to the project directory Docker build ```bash - docker build -t ctc-app:latest . + docker build -t example-app:latest . ``` Start the container ```bash - docker run -d -p 8000:8000 ctc-app:latest + docker run -d -p 8000:8000 example-app:latest ```