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
},
runDjango: {
cmd: 'python <%= paths.manageScript %> runserver'
cmd: 'python <%= paths.manageScript %> runserver_plus 0.0.0.0:8000'
},
{% if cookiecutter.use_mailhog == "y" -%}runMailHog: {
cmd: './mailhog'

View File

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