From 87955974bfe768e0e86d0ff00f4e9dd1cff94ecf Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 5 Feb 2018 15:53:47 +0000 Subject: [PATCH] Ensure project_name in Dockerfile is rewritten. Fixes #4242 --- wagtail/bin/wagtail.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wagtail/bin/wagtail.py b/wagtail/bin/wagtail.py index 891ab697e..5a541675f 100644 --- a/wagtail/bin/wagtail.py +++ b/wagtail/bin/wagtail.py @@ -76,6 +76,7 @@ class CreateProject(Command): 'startproject', '--template=' + template_path, '--ext=html,rst', + '--name=Dockerfile', project_name] if dest_dir: