From 7bb5d7a8228a371a8c29677e104c9634b6a38fbd Mon Sep 17 00:00:00 2001 From: heyethereum Date: Tue, 13 Aug 2024 02:27:31 +0800 Subject: [PATCH] rename readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1996bb..403c1fe 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,12 @@ If you haven't built the Docker image yet, you can do so with the following comm ```bash docker build -t safeqr-fastapi-app . +``` ## Run the Docker Container + To run the Docker container from the image, use the following command: + ```bash docker run -d -p 8000:8000 safeqr-fastapi-app +``` \ No newline at end of file