Skip to content

Commit

Permalink
Update local dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
bliemli committed Jul 24, 2024
1 parent 00bcdd2 commit 40f299e
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 docker.io/klakegg/hugo:ext-ubuntu server -p 8080
podman run --rm --publish 8080:8080 -v $(pwd):/src:Z ghcr.io/peaceiris/hugo:latest-full server -p 8080
```

0 comments on commit 40f299e

Please sign in to comment.