Skip to content

Commit

Permalink
reverted Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Jan 16, 2025
1 parent 42fe0ee commit 438d263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ REGISTRY_URL=068084030754.dkr.ecr.eu-west-2.amazonaws.com
endif

UID=$(shell id -u)
DOCKER_COMPOSE = env ENV=${ENV} UID=$(UID) docker compose -f docker-compose.yml
DOCKER_COMPOSE = env ENV=${ENV} UID=$(UID) docker-compose -f docker-compose.yml
BUNDLE_FLAGS=

DOCKER_BUILD_CMD = BUNDLE_INSTALL_FLAGS="$(BUNDLE_FLAGS)" $(DOCKER_COMPOSE) build
Expand All @@ -33,7 +33,7 @@ shell-dev: ## Run application and start shell
.PHONY: start-db
start-db: ## start database
$(DOCKER_COMPOSE) up -d admin-db
#ENV=${ENV} ./scripts/wait_for_db.sh
ENV=${ENV} ./scripts/wait_for_db.sh

.PHONY: db-setup
db-setup: ## setup database
Expand Down

0 comments on commit 438d263

Please sign in to comment.