Skip to content

Commit

Permalink
docs: Update README with docker compose watch
Browse files Browse the repository at this point in the history
  • Loading branch information
christianfosli committed Apr 1, 2024
1 parent c0aed63 commit e0f0ac8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ See it live: [https://www.christianfosli.com](https://www.christianfosli.com)
### Running locally with docker / docker compose

```sh
# Build and run
docker compose up -d --build

# Build, run, and automatically re-build when source changes
docker compose watch
```

Open [http://localhost:8000](http://localhost:8000) in a web browser.

0 comments on commit e0f0ac8

Please sign in to comment.