We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27120b commit bf2dc69Copy full SHA for bf2dc69
examples/tailwind/Dockerfile
@@ -4,7 +4,7 @@ COPY . /app
4
5
WORKDIR /app
6
7
-RUN npx tailwindcss -i /app/static/style.css -o /app/build.css --minify
+RUN npx tailwindcss@v3 -i /app/static/style.css -o /app/build.css --minify
8
9
FROM ubuntu as prod
10
0 commit comments