Ensure project_name in Dockerfile is rewritten. Fixes #4242

This commit is contained in:
Matt Westcott 2018-02-05 15:53:47 +00:00
parent d7e283120c
commit 87955974bf

View file

@ -76,6 +76,7 @@ class CreateProject(Command):
'startproject',
'--template=' + template_path,
'--ext=html,rst',
'--name=Dockerfile',
project_name]
if dest_dir: