Glossary infra Term Page
./public
/usr/share/nginx/html:ro` is a bind mount
Core Idea
./public is /usr/share/nginx/html
` is a bind mount, so the container reads files from your local folder. It usually makes the most sense alongside docker-compose.yml, listen 80, root /usr/share/nginx/html.Why It Matters Here
Mathbong reuses this term across docker posts as shared vocabulary.