From 40f299e079a6bb636b8cc06142677e6de74ff5c6 Mon Sep 17 00:00:00 2001 From: Benjamin Affolter <5555767+bliemli@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:27:21 +0200 Subject: [PATCH] Update local dev image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f9b2f9..7d8fc26 100644 --- a/README.md +++ b/README.md @@ -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 ```