Update local.yml with docs start file

This commit is contained in:
Andrew Chen Wang 2020-07-24 13:27:13 -04:00 committed by GitHub
parent f325a5a63a
commit 73a29ce261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ services:
- ./{{ cookiecutter.project_slug }}:/app/{{ cookiecutter.project_slug }} - ./{{ cookiecutter.project_slug }}:/app/{{ cookiecutter.project_slug }}
ports: ports:
- "7000:7000" - "7000:7000"
command: /start-docs
{%- if cookiecutter.use_mailhog == 'y' %} {%- if cookiecutter.use_mailhog == 'y' %}