Once more

This commit is contained in:
Joey Yakimowich-Payne 2026-01-15 22:34:38 -07:00
commit 7cd42451dd
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1

View file

@ -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/