Skip to content

Commit

Permalink
refactor: adjusted docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago-Salles committed Oct 2, 2024
1 parent 610b0ff commit 6ca8830
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 @@ -28,7 +28,7 @@ RUN_APP ?= true
ifeq ($(RUN_APP), true)
COMPOSE_FILE := $(COMPOSE_FILE):docker/docker-compose-app.yml
endif
DOCKER_COMPOSE = APP_DOCKER_COMMAND=$(APP_DOCKER_COMMAND) DOCKER_TARGET=$(DOCKER_TARGET) COMPOSE_FILE=$(COMPOSE_FILE) docker-compose
DOCKER_COMPOSE = APP_DOCKER_COMMAND=$(APP_DOCKER_COMMAND) DOCKER_TARGET=$(DOCKER_TARGET) COMPOSE_FILE=$(COMPOSE_FILE) docker compose
RUN_DOCKER_DEV = $(DOCKER_COMPOSE) up -d --remove-orphans
STOP_DOCKER_DEV = $(DOCKER_COMPOSE) down
KILL_DOCKER_DEV = $(DOCKER_COMPOSE) kill
Expand Down

0 comments on commit 6ca8830

Please sign in to comment.