Update README to add 'grunt build' command before deploying docker services
parent
f96074b0c9
commit
976dd6b87c
|
@ -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:
|
Then, type the following command to build and deploy the services:
|
||||||
|
|
||||||
|
npm install --only=dev
|
||||||
|
grunt build
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue