Update to PHP 8.4; update dependencies
This commit is contained in:
parent
b2c7df32eb
commit
7d78df604d
9 changed files with 634 additions and 855 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@
|
|||
DOCKER_UID = "$(shell id -u):$(shell id -g)"
|
||||
|
||||
# Basic docker-compose command
|
||||
DOCKER_COMPOSE = DOCKER_UID=$(DOCKER_UID) docker-compose
|
||||
DOCKER_COMPOSE = DOCKER_UID=$(DOCKER_UID) docker compose
|
||||
|
||||
# Commands inside containers
|
||||
DOCKER_RUN = $(DOCKER_COMPOSE) run --rm app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue