This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / localinfra / tailwind.Dockerfile
249 B 12 lines
1FROM node:22-alpine 2 3WORKDIR /build 4 5RUN npm install --no-save \ 6 tailwindcss@3.4.17 \ 7 @tailwindcss/typography@0.5.16 \ 8 tailwindcss-animated@1.1.2 9 10ENV BROWSERSLIST_IGNORE_OLD_DATA=true 11 12ENTRYPOINT ["node_modules/.bin/tailwindcss"]