I was trying to dockerize a mern stack app inside my ubuntu vm which is running on vmware. thought it’d be a simple setup —> react frontend, express backend, mongodb database, all connected using docker compose. but for some reason the app just didn’...