Skip to content

Commit

Permalink
Always build latest when starting dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
Syriiin committed Nov 21, 2023
1 parent 442eb67 commit f1fea13
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 @@ -19,7 +19,7 @@ test-e2e: ## Runs E2E test suite
build-dev: ## Builds development docker images
$(COMPOSE_APP_DEV) build

start-dev: ## Starts development environment
start-dev: build-dev ## Starts development environment
$(COMPOSE_APP_DEV) up -d

clean-dev: ## Cleans development environment
Expand Down

0 comments on commit f1fea13

Please sign in to comment.