added html

This commit is contained in:
heyethereum
2024-08-17 08:06:06 +08:00
parent c085531a53
commit 91f020095d
9 changed files with 25827 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ docker build -t safeqr-fastapi-app .
To run the Docker container from the image, use the following command:
```bash
docker run -d -p 8000:8000 safeqr-fastapi-app
docker run -d --name safeqr-ml -p 8000:8000 safeqr-fastapi-app
```
This will start the FastAPI application in a Docker container, making it accessible at `http://localhost:8000`.