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

This commit is contained in:
Clement Michaud 2017-06-14 01:09:19 +02:00
parent f96074b0c9
commit 976dd6b87c

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