Skip to content

Commit 4e4aca3

Browse files
committed
adding make run:db command
1 parent 552d70b commit 4e4aca3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ run\:uvi\:dev:
1616
run\:docker:
1717
docker compose up --attach api
1818

19+
run\:db:
20+
docker compose up postgres
21+
1922
lint:
2023
ruff format ./src
2124
isort ./src

0 commit comments

Comments
 (0)