From aeeb5ff4c5a7e1f7f8c758673a2c7d9b4e69034f Mon Sep 17 00:00:00 2001 From: abdelrhman Date: Thu, 23 Oct 2025 17:36:28 +0300 Subject: [PATCH] edit Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 644409d..5379551 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM python:3.11-slim WORKDIR /app #(Copy and Install Dependancies/Libraries) -COPY Docker_API/requirements.txt . +COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt #(Copy all files after install dependancies)