mirror of
https://github.com/runyanjake/cooking.git
synced 2026-03-26 09:53:17 -07:00
7 lines
215 B
Markdown
7 lines
215 B
Markdown
# cooking
|
|
A content-first recipe site. See it in action [HERE](https://recipes.whitney.rip).
|
|
|
|
## Build
|
|
```bash
|
|
docker compose down && docker system prune && docker compose up -d --build && docker logs -f recipes
|
|
``` |