File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-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.
Original file line number Diff line number Diff line change @@ -358,6 +358,7 @@ We merged `vendor/magento/ece-patches` with `vendor/magento/ece-tools` in this r
358
358
- <!-- MAGECLOUD-1020--> We fixed an issue that was causing redirect loops due to disabled by default secure admin.
359
359
360
360
## v2002.0.0
361
+
361
362
{:.bs-callout .bs-callout-warning}
362
363
This package is no longer compatible with other versions of {{site.data.var.ece}} and ** should not** be used.
363
364
You can’t perform that action at this time.
0 commit comments