From 12f7d9ead1612c8206ad5085ca6288a642d8152d Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Sat, 31 Jan 2026 17:17:56 -0500 Subject: [PATCH] fixing dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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