This commit is contained in:
cătălin 2024-12-17 17:09:43 +01:00
commit f8876c03fc
No known key found for this signature in database
45 changed files with 1707 additions and 1109 deletions

View file

@ -1,6 +1,7 @@
PROJECT_NAME := "huesoporro"
PROJECT_TAG := "latest"
PROJECT_TARGET := "serve"
DB_FILEPATH := ~/.local/share/huesoporro/huesoporro.db
fmt:
uvx pre-commit run --all-files --color always
@ -16,3 +17,6 @@ serve:
build:
docker build . -t git.roboces.dev/catalin/$(PROJECT_NAME):$(PROJECT_TAG) --target $(PROJECT_TARGET)
migrate:
uv run caribou upgrade $(DB_FILEPATH) migrations/