From cb71f317548e3a05fe14f9f7cd73d9f75105e7b7 Mon Sep 17 00:00:00 2001 From: aagez Date: Sun, 31 May 2020 17:21:55 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6549d62..587a256 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # nexus-timers -> Timers ans other features for Heroes of the Storm +> Timers and other features for Heroes of the Storm + +Current status : [![Build Status](https://ci.deuchnord.fr/api/badges/aagez/nexus-timers/status.svg)](https://ci.deuchnord.fr/aagez/nexus-timers) ## Build Setup +This project run on the node 12 LTS version (Erbium) + ``` bash # install dependencies yarn @@ -22,6 +26,6 @@ For detailed explanation on how things work, checkout the [guide](http://vuejs-t ## Run via docker -`docker-compose up` will build an image with all dependencies, then bind the root directory to the container +`docker-compose up` will build an image with all dependencies, then bind the root directory to the container and launch the dev server `docker build . -f Dockerfile.production` will create an image with all project minified, optimized and served via nginx