diff --git a/Dockerfile b/Dockerfile index b3a3f61..3468728 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,9 @@ RUN uv pip install --system -e . COPY *.py ./ COPY blueprints ./blueprints COPY migrations ./migrations +COPY utils ./utils +COPY config ./config +COPY scripts ./scripts COPY startup.sh ./ RUN chmod +x startup.sh