From 8a28db072b70a21ab10ef51fc23a899fcb26f43f Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 8 Dec 2025 18:09:24 +0100 Subject: [PATCH] Fix formatting in README.md for Docker image build instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 696f729..ee5fee4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -## Building the Docker Image +# Building the Docker Image This command builds a Docker image for a Gitea runner environment with Node.js 24 on Ubuntu Noble. **Usage:** -# Docker Runner Gitea + +## Docker Runner Gitea ```sh docker build -t docker-runner-gitea:noble-node-24 . -``` \ No newline at end of file +```