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

Skip to content

Commit e40419d

Browse files
authored
Fix formatting
1 parent f4d9903 commit e40419d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-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.

0 commit comments

Comments
 (0)