From c04883fd529d4e757fc8efec733de60e518af425 Mon Sep 17 00:00:00 2001 From: MathijsHoogland Date: Wed, 14 Oct 2015 15:05:34 +0200 Subject: [PATCH] Added clarification on building for local or production --- docs/developing-locally-docker.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/developing-locally-docker.rst b/docs/developing-locally-docker.rst index 1cee91175..335171dda 100644 --- a/docs/developing-locally-docker.rst +++ b/docs/developing-locally-docker.rst @@ -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 ---------------