add versioning file and Dockerfile version. Update README with install chapter
Node.js CI / build (push) Successful in 3m48s
Node.js CI / build (push) Successful in 3m48s
This commit is contained in:
@@ -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) .`
|
||||
Reference in New Issue
Block a user