add versioning file and Dockerfile version. Update README with install chapter
Node.js CI / build (push) Successful in 3m48s

This commit is contained in:
2025-07-17 14:13:37 +02:00
parent e8d693bd20
commit fc3a4bb7ba
3 changed files with 18 additions and 2 deletions
+14 -1
View File
@@ -79,4 +79,17 @@ Az alábbi paraméterekkel szabályozhatod a `/tag` végpont működését:
---
A badge SVG formátumban tér vissza, így közvetlenül beilleszthető HTML-be vagy Markdown
A badge SVG formátumban tér vissza, így közvetlenül beilleszthető HTML-be vagy Markdown
# Installation
## Run as Node.js application
Clone this repo and `npm start`
## Run as Docker service
`docker run -dit --name badgedex -p 3000:3000 badgedex`
### Build for self hosted container service
`docker build --build-arg VERSION=$(cat VERSION) -t badgedex:$(cat VERSION) .`