Skip to content

Commit

Permalink
Remove running migrations as no longer necessary (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix authored Mar 7, 2024
1 parent 183936f commit 9fdd0d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
- docker-compose logs -f

0 comments on commit 9fdd0d0

Please sign in to comment.