Skip to content

Commit

Permalink
Merge pull request #1262 from Amsterdam/bugfix/docker-compose
Browse files Browse the repository at this point in the history
Updated docker-compose to docker compose in makefile
  • Loading branch information
remyvdwereld authored Aug 29, 2024
2 parents b6611ba + 42f3ed6 commit 8866563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: manifests deploy

dc = docker-compose
dc = docker compose

ENVIRONMENT ?= local
HELM_ARGS = manifests/chart \
Expand Down

0 comments on commit 8866563

Please sign in to comment.