Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d452884

Browse files
authored
Merge pull request magento#2706 from magento/hg-bugs
Hg bugs
2 parents 5d44f8c + e40419d commit d452884

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

guides/v2.1/cloud/reference/docker-config.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can use the `ece-tools` package to generate the Docker compose configuration
5353
1. Copy the raw configuration files.
5454

5555
```bash
56-
cp docker/config.php.dist docker/config.php
56+
cp docker/config.php.dist docker/config.php
5757
```
5858

5959
```bash
@@ -80,15 +80,15 @@ You can use the `ece-tools` package to generate the Docker compose configuration
8080

8181
* Build Magento in the Docker container:
8282

83-
```bash
84-
docker-compose run build cloud-build
85-
```
83+
```bash
84+
docker-compose run build cloud-build
85+
```
8686

8787
* Deploy Magento in the Docker container:
8888

89-
```bash
90-
docker-compose run deploy cloud-deploy
91-
```
89+
```bash
90+
docker-compose run deploy cloud-deploy
91+
```
9292

9393
1. Access your local Magento Cloud template by opening one of the following secure URLs in a browser:
9494

@@ -118,11 +118,11 @@ You can use the `ece-tools` package to generate the Docker compose configuration
118118
1. Copy the configuration files.
119119

120120
```bash
121-
cp docker/config.env.dist docker/config.env
121+
cp docker/config.env.dist docker/config.env
122122
```
123123

124124
```bash
125-
cp docker/global.env.dist docker/global.env
125+
cp docker/global.env.dist docker/global.env
126126
```
127127

128128
1. Build files to containers and run in the background.

guides/v2.1/cloud/release-notes/cloud-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ We merged `vendor/magento/ece-patches` with `vendor/magento/ece-tools` in this r
358358
- <!--MAGECLOUD-1020-->We fixed an issue that was causing redirect loops due to disabled by default secure admin.
359359

360360
## v2002.0.0
361+
361362
{:.bs-callout .bs-callout-warning}
362363
This package is no longer compatible with other versions of {{site.data.var.ece}} and **should not** be used.
363364

0 commit comments

Comments
 (0)