From 8dec8922632e7d7787e7eeb3922fe3979e2fa3b3 Mon Sep 17 00:00:00 2001 From: Nano Taboada Date: Sun, 18 May 2025 21:54:53 -0300 Subject: [PATCH] fix(container): typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 736bc88..a30bf47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ RUN pip install --no-cache-dir --no-index --find-links /app/wheelhouse -r requir # Copy application source code COPY main.py ./ -COPY database ./database +COPY databases ./databases COPY models ./models COPY routes ./routes COPY schemas ./schemas