From 1825878fdbd740aa39cef32b7e11add5bcebbe62 Mon Sep 17 00:00:00 2001 From: Mahmoud20301 Date: Fri, 21 Aug 2026 18:50:10 +0300 Subject: [PATCH] updated --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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