You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(docker): add YAML document start marker for clarity
feat(docker): mount assets directory in production for static files
Adding the YAML document start marker (`---`) at the beginning of both `docker-compose.dev.yml` and `docker-compose.yml` files improves readability and clarity, indicating the start of a YAML document. The addition of the `./assets:/app/assets` volume in the production `docker-compose.yml` file allows the application to access static files, which is essential for serving assets like images, stylesheets, or scripts in a production environment.
0 commit comments