File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
guides/v2.1/cloud/reference Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ You can use the `ece-tools` package to generate the Docker compose configuration
53
53
1. Copy the raw configuration files.
54
54
55
55
` ` ` bash
56
- cp docker/config.php.dist docker/config.php
56
+ cp docker/config.php.dist docker/config.php
57
57
` ` `
58
58
59
59
` ` ` bash
@@ -80,15 +80,15 @@ You can use the `ece-tools` package to generate the Docker compose configuration
80
80
81
81
* Build Magento in the Docker container:
82
82
83
- ` ` ` bash
84
- docker-compose run build cloud-build
85
- ` ` `
83
+ ` ` ` bash
84
+ docker-compose run build cloud-build
85
+ ` ` `
86
86
87
87
* Deploy Magento in the Docker container:
88
88
89
- ` ` ` bash
90
- docker-compose run deploy cloud-deploy
91
- ` ` `
89
+ ` ` ` bash
90
+ docker-compose run deploy cloud-deploy
91
+ ` ` `
92
92
93
93
1. Access your local Magento Cloud template by opening one of the following secure URLs in a browser:
94
94
@@ -118,11 +118,11 @@ You can use the `ece-tools` package to generate the Docker compose configuration
118
118
1. Copy the configuration files.
119
119
120
120
` ` ` bash
121
- cp docker/config.env.dist docker/config.env
121
+ cp docker/config.env.dist docker/config.env
122
122
` ` `
123
123
124
124
` ` ` bash
125
- cp docker/global.env.dist docker/global.env
125
+ cp docker/global.env.dist docker/global.env
126
126
` ` `
127
127
128
128
1. Build files to containers and run in the background.
You can’t perform that action at this time.
0 commit comments