Skip to content

Commit

Permalink
fix: unecessary build while running make run-dev (#124)
Browse files Browse the repository at this point in the history
It will build the container using the `compose-dev.yml` by default.

Signed-off-by: Kairo de Araujo <[email protected]>
  • Loading branch information
kairoaraujo authored Dec 14, 2023
1 parent 0556433 commit 88a3a41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ all: help

run-dev: ## Run the dev server
@echo "Running dev server. It will refresh automatically when you change code."
@docker build -t archivista:dev .
@docker compose -f compose-dev.yml up --remove-orphans


Expand Down

0 comments on commit 88a3a41

Please sign in to comment.