Skip to content

Commit

Permalink
fixed makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Jan 7, 2025
1 parent 790f1d3 commit 2b17306
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 @@ -33,11 +33,11 @@ compose-spec: ## runs ooil to assemble the docker-compose.yml file

.PHONY: build
build: compose-spec ## build docker images
docker-compose build
docker compose build

.PHONY: run-local
run-local: ## runs images with local configuration
docker-compose --file docker-compose-local.yml up
docker compose --file docker-compose-local.yml up

.PHONY: shell-app up
shell-app: ## enter app container
Expand Down

0 comments on commit 2b17306

Please sign in to comment.