Fix formatting in README.md for Docker image build instructions

This commit is contained in:
2025-12-08 18:09:24 +01:00
parent de97e41659
commit 8a28db072b

View File

@@ -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 .
```
```