Tailwind not working in production (no styles just plain html)

Thank you for replying!

I changed Dockerfile as you described and deployed it to fly.io couple of times, but still tailwindcss doesn’t work properly.

Dockerfile

# Compile the release
COPY lib lib

# compile assets
RUN mix assets.deploy

# Compile the release
# COPY lib lib

I am really grateful that you are working on this by the way!

1 Like