This commit is contained in:
mjsisley 2016-01-15 20:12:01 +00:00
commit ed6975441e
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ module.exports = function (grunt) {
bg: true bg: true
}, },
runDjango: { runDjango: {
cmd: 'python <%= paths.manageScript %> runserver' cmd: 'python <%= paths.manageScript %> runserver_plus 0.0.0.0:8000'
}, },
{% if cookiecutter.use_mailhog == "y" -%}runMailHog: { {% if cookiecutter.use_mailhog == "y" -%}runMailHog: {
cmd: './mailhog' cmd: './mailhog'

View File

@ -8,7 +8,7 @@ postgres:
django: django:
dockerfile: Dockerfile-dev dockerfile: Dockerfile-dev
build: . build: .
command: python /app/manage.py runserver_plus 0.0.0.0:8000 command: grunt serve
volumes: volumes:
- .:/app - .:/app
ports: ports: