هذا الالتزام موجود في:
2026-08-21 18:50:10 +03:00
الأصل 6abd4a7346
التزام 1825878fdb

عرض الملف

@@ -277,7 +277,7 @@ The CLI correctly detects, builds, and deploys a Go web application when the app
|---|---| |---|---|
| **Command** | `gy deploy --port=8000` | | **Command** | `gy deploy --port=8000` |
| **Requirements** | FastAPI application with Uvicorn listening on `0.0.0.0:8000` | | **Requirements** | FastAPI application with Uvicorn listening on `0.0.0.0:8000` |
| **Result** | ⚠️ Partial — CLI Issue | | **Result** | ⚠️ Partial — CLI Issue |
**Steps:** **Steps:**
1. Deployed a FastAPI application using the CLI-generated Dockerfile. 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`) | | **Result** | ✅ Pass (with `.dockerignore`) / ❌ Fail (without `.dockerignore`) |
**With `.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 total 16