From 976dd6b87cdb2c3ae369b2a97b46c45d22ad07c7 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Wed, 14 Jun 2017 01:09:19 +0200 Subject: [PATCH] Update README to add 'grunt build' command before deploying docker services --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52d8e0a36..57311feb9 100644 --- a/README.md +++ b/README.md @@ -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