Browse Source

docs: refine docs #327

docker-size
amio 5 years ago
parent
commit
807234a08c
  1. 6
      README.md

6
README.md

@ -55,7 +55,11 @@ At the time of badgen.now.sh's reveal, it had only four live badges as demonstra
npm run dev
**run with docker**
**start prod server**
npm run build && npm start
**run with docker image**
docker run -p 3000:3000 amio/badgen

Loading…
Cancel
Save