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 +```