mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-04 23:30:29 +00:00
Ensure project_name in Dockerfile is rewritten. Fixes #4242
This commit is contained in:
parent
d7e283120c
commit
87955974bf
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ class CreateProject(Command):
|
|||
'startproject',
|
||||
'--template=' + template_path,
|
||||
'--ext=html,rst',
|
||||
'--name=Dockerfile',
|
||||
project_name]
|
||||
|
||||
if dest_dir:
|
||||
|
|
|
|||
Loading…
Reference in a new issue