mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Added clarification on building for local or production
This commit is contained in:
parent
4f7e5e5c97
commit
c04883fd52
|
@ -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
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user