We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79753a4 commit 5077b9dCopy full SHA for 5077b9d
Dockerfile
@@ -4,7 +4,7 @@ FROM node:22.19.0-alpine AS builder
4
WORKDIR /app
5
6
# Install Tailwind CSS v4 following official documentation
7
-RUN npm install tailwindcss @tailwindcss/cli
+RUN npm install tailwindcss@4.1.12 @tailwindcss/cli@4.1.12
8
9
# Build Tailwind CSS
10
COPY src/index.html src/input.css ./
0 commit comments