Skip to content

Commit

Permalink
[#5337] Change from docker-compose to docker compose on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
anjarakvo committed Sep 5, 2024
1 parent c0c993f commit 7139086
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
Expand Up @@ -10,7 +10,7 @@ BUILDDIR = public
DOCKER ?=
USE_DOCKER ?= # Calls parts of make in docker

dc_run = docker-compose run --rm --no-deps web
dc_run = docker compose run --rm --no-deps web
# Function to optionally run a target in docker
docker = $(if $(USE_DOCKER) , $(dc_run) make $@ , $(1))

Expand Down

0 comments on commit 7139086

Please sign in to comment.