dev(makefile): added sh shortcut for faster launch of dev env and shell
This commit is contained in:
parent
4c02bc9a0f
commit
470e35909c
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -136,6 +136,12 @@ dev-env:
|
|||
pip install -e .
|
||||
|
||||
|
||||
.PHONY: sh
|
||||
## shortcut for make dev-sh dev-env
|
||||
sh:
|
||||
make dev-sh
|
||||
make dev-env
|
||||
|
||||
.PHONY: dev-srv
|
||||
## run develop server instance, docker exec -it $(docker ps -q --filter 'name=dev-enterprise-ce') /bin/bash
|
||||
dev-srv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue