Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: ## Run app
cd libgit && maturin build
. ./venv/bin/activate && FLASK_APP=interface/__init__.py FLASK_ENV=development flask run
. ./venv/bin/activate && python -m interface

docker: ## Build Docker image from source
docker build -t forgedfed/interface .
Expand Down
Loading