Skip to content

Commit

Permalink
Fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybenoy committed Nov 29, 2023
1 parent e5ccec2 commit 986c393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ alembic-upgrade:
init:
@make sync-new-env
@poetry install
@poetry shell
@docker-compose build
@docker-compose up -d
@sleep 5
@make alembic-upgrade
@docker-compose exec minio sh -c "mc mb minio/$$(grep S3_BUCKET .env | cut -d '=' -f2)"
@docker-compose down
@pre-commit install

0 comments on commit 986c393

Please sign in to comment.