Skip to content

Commit

Permalink
feat: add makefile commands for local setup
Browse files Browse the repository at this point in the history
  • Loading branch information
injoonH committed Apr 7, 2024
1 parent de03991 commit edbab30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ show_sql:

schema:
python3 manage.py spectacular --color --file schema.yml

local_env:
docker compose -f docker-compose.local.yml up -d

local_env_down:
docker compose -f docker-compose.local.yml down

0 comments on commit edbab30

Please sign in to comment.