forked from kemitix/git-next
chore: add run and run-ui recipes to justfile
This commit is contained in:
parent
681d85aac1
commit
93cf6f83df
1 changed files with 6 additions and 0 deletions
6
justfile
6
justfile
|
@ -55,3 +55,9 @@ docker-build: docker-build-builder
|
|||
|
||||
docker-run: docker-build
|
||||
docker run -it -p "7777:8888" -v .:/app/ git.kemitix.net/kemitix/git-next:latest server start --ui
|
||||
|
||||
run *args:
|
||||
cargo run -- {{ args }}
|
||||
|
||||
run-ui:
|
||||
just run server start --ui
|
||||
|
|
Loading…
Reference in a new issue