diff --git a/Dockerfile b/Dockerfile index 10a3651..db89d85 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.mjs ./ +COPY index.html tsconfig.json vite.config.ts postcss.config.js tailwind.config.js ./ COPY src/ ./src/ COPY components/ ./components/ COPY hooks/ ./hooks/