Better OL styling

This commit is contained in:
David Eisinger
2025-02-17 02:06:12 -05:00
parent a301186cfc
commit 685c307462
4 changed files with 15 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ purposes, most of these principles don't apply. Our typical setup
involves the following containers, orchestrated with Docker Compose:
1. The application (e.g. Rails, Django, or Phoenix)
2. <span>A JavaScript watcher/compiler (e.g. `webpack-dev-server`)</span>
2. A JavaScript watcher/compiler (e.g. `webpack-dev-server`)
3. A database (typically PostgreSQL)
4. Additional necessary infrastructure (e.g. Redis, ElasticSearch,
Mailhog)