diff --git a/Readme.md b/Readme.md index c9139ef..a3a299a 100644 --- a/Readme.md +++ b/Readme.md @@ -277,7 +277,7 @@ The CLI correctly detects, builds, and deploys a Go web application when the app |---|---| | **Command** | `gy deploy --port=8000` | | **Requirements** | FastAPI application with Uvicorn listening on `0.0.0.0:8000` | -| **Result** | ⚠️ Partial — CLI Issue | +| **Result** | ⚠️ Partial — CLI Issue | **Steps:** 1. Deployed a FastAPI application using the CLI-generated Dockerfile. @@ -379,7 +379,7 @@ Deployment completed successfully. The CLI output and application logs did **not | **Result** | ✅ Pass (with `.dockerignore`) / ❌ Fail (without `.dockerignore`) | **With `.dockerignore`:** -Created `.dockerignore` rules excluding `.env` and `config.txt`. The deployed container contained only the allowed files. +Created `.dockerignore` rules excluding `.env` and `config.txt`. The deployed container contained only allowed files. ``` total 16