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