Rename Dockerfile-dev to Dockerfile-local (#1305)

* Rename Dockerfile-dev to Dockerfile-local

* Add @sfdye to CONTRIBUTORS.rst
This commit is contained in:
Wan Liuyang 2017-08-28 16:00:59 +08:00 committed by Shupeyko Nikita
parent 2f12425ea3
commit c50c6a73be
3 changed files with 4 additions and 2 deletions

View File

@ -146,6 +146,7 @@ Listed in alphabetical order.
Travis McNeill `@Travistock`_ @tavistock_esq
Vitaly Babiy
Vivian Guillen `@viviangb`_
Wan Liuyang `@sfdye`_ @sfdye
Will Farley `@goldhand`_ @g01dhand
William Archinal `@archinal`_
Yaroslav Halchenko
@ -223,6 +224,7 @@ Listed in alphabetical order.
.. _@shireenrao: https://github.com/shireenrao
.. _@webyneter: https://github.com/webyneter
.. _@show0k: https://github.com/show0k
.. _@sfdye: https://github.com/sfdye
.. _@shultz: https://github.com/shultz
.. _@siauPatrick: https://github.com/siauPatrick
.. _@slafs: https://github.com/slafs

View File

@ -8,7 +8,7 @@ services:
django: &django
build:
context: .
dockerfile: ./compose/django/Dockerfile-dev
dockerfile: ./compose/django/Dockerfile-local
depends_on:
- postgres{% if cookiecutter.use_mailhog == 'y' %}
- mailhog{% endif %}
@ -32,7 +32,7 @@ services:
pycharm:
build:
context: .
dockerfile: ./compose/django/Dockerfile-dev
dockerfile: ./compose/django/Dockerfile-local
depends_on:
- postgres
environment: