From 156d1fe567cf3ca62baf8523c999713140801927 Mon Sep 17 00:00:00 2001 From: Francwa Date: Wed, 24 Dec 2025 08:17:12 +0100 Subject: [PATCH] fix: fixed Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a01337..17bc69d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,8 +63,8 @@ COPY alfred/agent/ ./agent/ COPY alfred/application/ ./application/ COPY alfred/domain/ ./domain/ COPY alfred/infrastructure/ ./infrastructure/ -COPY alfred/tests/ ./tests/ COPY alfred/app.py . +COPY tests/ ./tests/ # =========================================== # Stage 3: Runtime