Skip to content

Instantly share code, notes, and snippets.

@Comamoca
Last active October 20, 2023 02:08
Show Gist options
  • Save Comamoca/f619ad9dbff71298683062251898fb54 to your computer and use it in GitHub Desktop.
Save Comamoca/f619ad9dbff71298683062251898fb54 to your computer and use it in GitHub Desktop.
Tailwind&DaisyUI run on Docker🐳
FROM oven/bun:alpine
RUN bun install -D tailwindcss
RUN bun i -D daisyui@latest
WORKDIR /build
ENTRYPOINT ["bunx", "tailwindcss", "-i", "./style.css", "-o", "./dist/tailwind.css", "--watch"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment