diff --git a/frontend/Dockerfile b/frontend/Dockerfile index d4f54324..e7d2cead 100755 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -26,14 +26,14 @@ COPY package.json ./ RUN npm install --no-audit --no-fund # เพิ่ม shadcn/ui + tailwind deps -RUN npm install -D tailwindcss postcss autoprefixer shadcn@latest \ - && npm install class-variance-authority clsx framer-motion lucide-react tailwind-merge tailwindcss-animate +# RUN npm install -D tailwindcss postcss autoprefixer shadcn@latest \ +# && npm install class-variance-authority clsx framer-motion lucide-react tailwind-merge tailwindcss-animate # init tailwind config (กัน No Tailwind CSS configuration found) -RUN npx tailwindcss init -p +# RUN npx tailwindcss init -p # bake components ของ shadcn แบบ non-interactive -RUN npx shadcn add -y button badge card input tabs progress dropdown-menu tooltip switch +# RUN npx shadcn add -y button badge card input tabs progress dropdown-menu tooltip switch ############ Dev (hot-reload) ############ # ใช้ร่วมกับ compose: bind ทั้งโปรเจ็กต์ → /app