Update README.md to include Docker image build instructions for Gitea runner with Node.js 24

This commit is contained in:
2025-12-08 18:09:03 +01:00
parent a596d58f87
commit de97e41659

View File

@@ -1 +1,10 @@
# Docker Runner Gitea
## 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
```sh
docker build -t docker-runner-gitea:noble-node-24 .
```