From 765df4828be411611f489ddaa19d41dcfa3d7ad1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 18 Jul 2026 21:29:21 +0500 Subject: [PATCH] Fix Dockerfile COPY --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ecc42cf..6377239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy source code COPY src/ src/ -COPY original_project/ original_project/ + COPY favi.png . COPY .env.example .env