Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Jan 25, 2024
1 parent 53e0afc commit 07a096f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion conf/cmi/imagemagick.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ path_to_binaries: ''
prepend: ''
log_warnings: true
debug: false
locale: en_US.UTF-8
advanced:
density: 0
colorspace: '0'
Expand Down
3 changes: 2 additions & 1 deletion tools/make/docker.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLI_SERVICE := app
CLI_SHELL := sh
# Note: specification says this file would be compose.yaml
DOCKER_COMPOSE_YML_PATH ?= docker-compose.yml
DOCKER_COMPOSE_YML_EXISTS := $(shell test -f $(DOCKER_COMPOSE_YML_PATH) && echo yes || echo no)
DOCKER_PROJECT_ROOT ?= /app
Expand Down Expand Up @@ -75,7 +76,7 @@ endif

ifeq ($(RUN_ON),docker)
define docker_compose
@docker compose$(if $(filter docker-compose.yml,$(DOCKER_COMPOSE_YML_PATH)),, -f $(DOCKER_COMPOSE_YML_PATH)) $(1)
@docker compose$(if $(filter $(DOCKER_COMPOSE_YML_PATH),$(DOCKER_COMPOSE_YML_PATH)),, -f $(DOCKER_COMPOSE_YML_PATH)) $(1)
endef
else
define docker_compose
Expand Down

0 comments on commit 07a096f

Please sign in to comment.