We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46af81f commit dd56e73Copy full SHA for dd56e73
.circleci/config.yml
@@ -42,7 +42,7 @@ jobs:
42
working_directory: ~/Sites
43
command: |
44
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
45
- bin/start --no-dev
+ docker compose -f compose.yaml -f compose.override.yml up -d --remove-orphans
46
bin/fixowns
47
bin/setup-composer-auth
48
bin/cli git clone [email protected]:magento/magento2.git .
0 commit comments