From e05931fbe0c115b0d6112644cf0c8d7845c247e6 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 15 Jan 2026 22:35:20 -0700 Subject: [PATCH] Once more --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c1c7d2a..3372055 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,9 @@ COPY tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ COPY src/ ./src/ COPY components/ ./components/ COPY hooks/ ./hooks/ +COPY services/ ./services/ +COPY utils/ ./utils/ +COPY data/ ./data/ COPY public/ ./public/ ARG VITE_API_URL