docs(docker-compose): No need to ask for a context, we set a dummy context in docs

This commit is contained in:
2023-06-21 00:35:19 +02:00
parent 5645fba3e1
commit 5c8cf16348
3 changed files with 2 additions and 22 deletions

View File

@@ -2,8 +2,7 @@ import sys
service_slug = "{{ cookiecutter.__service_slug }}"
component_list_slug = "{{ cookiecutter.__component_list_slug }}"
context_slug = "{{ cookiecutter.__context_slug }}"
for v in (service_slug, component_list_slug, context_slug):
for v in (service_slug, component_list_slug):
if not v:
print(f"Please answer all prompts with a non-empty string. Aborting and exiting 3 ...")
sys.exit(3)