Update README to add 'grunt build' command before deploying docker services

pull/44/head
Clement Michaud 2017-06-14 01:09:19 +02:00
parent f96074b0c9
commit 976dd6b87c
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Add the following lines to your /etc/hosts to simulate multiple subdomains
Then, type the following command to build and deploy the services:
npm install --only=dev
grunt build
docker-compose build
docker-compose up -d