Tweak tailwind

This commit is contained in:
Bruno Bernardino 2025-09-26 20:00:05 +01:00
parent 1b689bfeb5
commit d37a56e32f
No known key found for this signature in database
GPG key ID: D1B0A69ADD114ECE

View file

@ -9,7 +9,7 @@ WORKDIR /app
# These steps will be re-run upon each file change in your working directory:
ADD . /app
RUN rm -fr node_modules _fresh
RUN rm -fr node_modules _fresh
# Build fresh
RUN deno task build