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 35c98b4 commit 3125da2Copy full SHA for 3125da2
Dockerfile
@@ -1,5 +1,3 @@
1
FROM node:current-alpine
2
-RUN apk upgrade --no-cache
3
-RUN apk add --no-cache ca-certificates wget tzdata
4
RUN yarn global add tailwindcss
5
ENTRYPOINT tailwindcss -i $INPUT_INPUT -o $INPUT_OUTPUT
0 commit comments