Skip to content

AutoDeployment Review (Windows ver.) -> Step 1: redundant folder "docker-compose" in "cd" command #290

@VakulinDev

Description

@VakulinDev

Step 1 has following commands:

git clone https://github.com/LeadCMS/leadcms.core.git
cd leadcms.core/docker-compose

And yet, step 2 starts with:

cd docker-compose

It causes error, because we're already in docker-compose folder from previous step.
Maybe, it's better to have Step 1 leading to the root folder:

git clone https://github.com/LeadCMS/leadcms.core.git
cd leadcms.core

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions