Skip to content

Commit bf2dc69

Browse files
authored
pin tailwind to v3
1 parent f27120b commit bf2dc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tailwind/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /app
44

55
WORKDIR /app
66

7-
RUN npx tailwindcss -i /app/static/style.css -o /app/build.css --minify
7+
RUN npx tailwindcss@v3 -i /app/static/style.css -o /app/build.css --minify
88

99
FROM ubuntu as prod
1010

0 commit comments

Comments
 (0)