From 73a29ce2617ff61561c13b9839350ed512febf32 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Fri, 24 Jul 2020 13:27:13 -0400 Subject: [PATCH] Update local.yml with docs start file --- {{cookiecutter.project_slug}}/local.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/local.yml b/{{cookiecutter.project_slug}}/local.yml index 48f153417..be2089a08 100644 --- a/{{cookiecutter.project_slug}}/local.yml +++ b/{{cookiecutter.project_slug}}/local.yml @@ -52,6 +52,7 @@ services: - ./{{ cookiecutter.project_slug }}:/app/{{ cookiecutter.project_slug }} ports: - "7000:7000" + command: /start-docs {%- if cookiecutter.use_mailhog == 'y' %}