Rails ActionText attachments lost after docker rebuild and docker-compose up
I've setup ActiveStorage and ActionText by following the official guides. I can attach images and videos in local environment(localhost:3000). All the things are working well, even after I restart the server. So I deploy my code change to staging. It…