From 7cd42451ddbd565e4cfb4a40171b0bf01260320a Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 15 Jan 2026 22:34:38 -0700 Subject: [PATCH] Once more --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ce7fe28..c1c7d2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,8 @@ WORKDIR /app COPY package*.json ./ RUN npm ci --silent -COPY index.html index.tsx index.css tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ +COPY index.html index.tsx index.css App.tsx constants.ts types.ts ./ +COPY tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ COPY src/ ./src/ COPY components/ ./components/ COPY hooks/ ./hooks/