Replies: 1 comment
-
|
This would also be really useful if you just need the tailwindcss CLI in a container build. You can then install it with a COPY command: And renovate can take care of updating that out of the box unlike the wget commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm wondering if providing an official docker image with the tailwindcli is something the maintainers are interested in?
It's a really nice extra for anyone using docker during any phase of the development cycle. I personally setup docker compose with all tooling needed so I'm sure the whole team is using the correct tooling always.
It's not a big burden to maintain too, it only requires a Dockerfile, a place to store the images like https://hub.docker.com and a CI pipeline to build and push the image.
With an official tailwindcss image, people would be able to run the cli via docker like so:
Below is an example of a I setup I do locally to get an image with the CLI installed and run it via docker-compose.
Dockerfile
docker-compose.yml
commands
Beta Was this translation helpful? Give feedback.
All reactions