TIL The correct way to load SQL files into a Postgres and Mongo Docker Container
I know I'm probably the last one to find this out, but this has been an issue for a long time for me. I've been constantly building and storing SQL files in the actual container layers, thinking that was the correct way to do it. Thankfully,…