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

pull/41/head
Clement Michaud 2017-06-14 01:09:19 +02:00
parent 07ad16b454
commit a45d24ae21
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