rename readme

This commit is contained in:
heyethereum
2024-08-13 02:27:31 +08:00
parent 0d8ca33d94
commit 7bb5d7a822

View File

@@ -12,8 +12,12 @@ If you haven't built the Docker image yet, you can do so with the following comm
```bash ```bash
docker build -t safeqr-fastapi-app . docker build -t safeqr-fastapi-app .
```
## Run the Docker Container ## Run the Docker Container
To run the Docker container from the image, use the following command: To run the Docker container from the image, use the following command:
```bash ```bash
docker run -d -p 8000:8000 safeqr-fastapi-app docker run -d -p 8000:8000 safeqr-fastapi-app
```