From dc10ab67a8831961a23c92ee0df52356ffcffee1 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Sun, 24 Mar 2024 09:26:43 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a69724..2ee4735 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ The next tag is used for testing any code changes on development branches and pu This image contains the hugo based sources for my personal blog. It's made with the [Congo theme](https://github.com/jpanther/congo). The static pages are served by the included nginx server with a custom config. The custom config is needed to redirect 404 errors to a custom page. -You can simply run the container with `docker run -it --rm -p "8080:80" ocram85/blog:latest` +You can simply run the container with `docker run -it --rm -p "8080:80" ocram85/blog:latest`.