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