Merge pull request #377 from MathijsHoogland/patch-2

Added clarification on building for local or production
This commit is contained in:
Audrey Roy Greenfeld 2015-10-14 13:04:59 -07:00
commit 1a886dc098

View File

@ -68,7 +68,9 @@ Build the Stack
This can take a while, especially the first time you run this particular command
on your development system::
$ docker-compose build
$ docker-compose -f dev.yml build
If you want to build the production environment you don't have to pass an argument -f, it will automatically use docker-compose.yml.
Boot the System
---------------