Skip to content

Commit

Permalink
Update local dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
bliemli committed Nov 15, 2024
1 parent 0025a11 commit 664c335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Website created using [Hugo](https://gohugo.io/) and [Gokarna theme](https://git
## Local development/testing

```
podman run --rm --publish 8080:8080 -v $(pwd):/src:Z ghcr.io/peaceiris/hugo:latest-full server -p 8080
podman run --rm --publish 8080:8080 -v $(pwd):/src:Z ghcr.io/peaceiris/hugo:latest-full server --port 8080 --bind 0.0.0.0
```

0 comments on commit 664c335

Please sign in to comment.