13
Docker/servers/tailwindcss/Dockerfile
Normal file
13
Docker/servers/tailwindcss/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM alpine:3.22.1
|
||||
|
||||
ARG VERSION=0.14.25
|
||||
LABEL version="${VERSION}"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
nodejs=22.16.0-r2 \
|
||||
npm=11.3.0-r0 \
|
||||
&& npm install -g \
|
||||
tailwindcss@4.1.11 \
|
||||
@tailwindcss/language-server@${VERSION}
|
||||
|
||||
CMD ["tailwindcss-language-server", "--stdio"]
|
||||
Reference in New Issue
Block a user