diff --git a/Makefile b/Makefile index e221f0e9..c48646e5 100644 --- a/Makefile +++ b/Makefile @@ -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