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/