From d5f34778e3b0c0d8e2c6d3da480c2e664486b8a5 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 15 Jan 2026 22:33:33 -0700 Subject: [PATCH] Fix again --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db89d85..ce7fe28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /app COPY package*.json ./ RUN npm ci --silent -COPY index.html tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ +COPY index.html index.tsx index.css tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ COPY src/ ./src/ COPY components/ ./components/ COPY hooks/ ./hooks/