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!