Docker/compose updates (#1280)

* Docker/compose updates

* Fix container name

* Add zip to the ext install

* Don't mount the env.php file

* Use newer "docker compose" command

* Install composer

* Remove chown
This commit is contained in:
Nabeel S
2021-09-29 10:14:46 -04:00
committed by GitHub
parent f3b032e56b
commit 0b27635fcb
3 changed files with 13 additions and 9 deletions

View File

@@ -102,7 +102,7 @@ reset-installer:
.PHONY: docker-test
docker-test:
@docker-compose -f docker-compose.yml -f docker-compose.local.yml up
@docker compose -f docker-compose.yml -f docker-compose.local.yml up
.PHONY: docker-clean
docker-clean: