File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1- compose_command = docker- compose run -u $(id -u ${USER} ) :$(id -g ${USER} ) --rm php81
1+ compose_command = docker compose run -u $(id -u ${USER} ) :$(id -g ${USER} ) --rm php81
22
33build :
4- docker- compose build
4+ docker compose build
55
66shell : build
77 $(compose_command ) bash
88
99destroy :
10- docker- compose down -v
10+ docker compose down -v
1111
1212composer : build
1313 $(compose_command ) composer install
Original file line number Diff line number Diff line change 55# Run "docker-compose down -v" to fully wipe everything and start over.
66# Run "docker-compose run -u $(id -u ${USER}):$(id -g ${USER}) --rm php80 bash" to log into the container to run tests selectively.
77
8- version : " 3"
98services :
109 php81 :
1110 build : ./docker/php/81
You can’t perform that action at this time.
0 commit comments