Rename Dockerfile-dev to Dockerfile-local

This commit is contained in:
Wan Liuyang 2017-08-28 15:19:39 +08:00
parent 2f12425ea3
commit a8b4af6acc
2 changed files with 2 additions and 2 deletions

View File

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