Skip to content

Commit dae0aa7

Browse files
committed
Add DockerFile and requirements.txt in template creator
1 parent b7a5255 commit dae0aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

investing_algorithm_framework/configuration/setup/default_template_creators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ def create(self) -> None:
9191

9292
# Format placeholders in file if needed
9393
if filename in [
94+
'Dockerfile-template',
95+
'requirements.txt-template',
9496
'manage.py-template',
9597
'settings.py-template',
9698
'context.py-template',

0 commit comments

Comments
 (0)