diff --git a/Makefile b/Makefile index 87a5a7b2..6ee2b1ad 100644 --- a/Makefile +++ b/Makefile @@ -24,13 +24,10 @@ integration_test: test: unit_test integration_test -migrations: - docker compose run --rm navigator-admin-backend python3 app/initial_data.py - run: docker-compose -f docker-compose.yml up -d --remove-orphans -start: build run migrations +start: build run show_logs: - - docker-compose logs -f \ No newline at end of file + - docker-compose logs -f