Add alias for root shell
This commit is contained in:
parent
f83c38c2f1
commit
17969086a4
1 changed files with 4 additions and 0 deletions
4
justfile
4
justfile
|
@ -52,5 +52,9 @@ lint_python:
|
||||||
docker-compose -f {{ DEV_COMPOSE }} up -d
|
docker-compose -f {{ DEV_COMPOSE }} up -d
|
||||||
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
||||||
|
|
||||||
|
@sh-root:
|
||||||
|
docker-compose -f {{ DEV_COMPOSE }} up -d
|
||||||
|
docker-compose -f {{ DEV_COMPOSE }} exec --user=root web bash
|
||||||
|
|
||||||
@down:
|
@down:
|
||||||
docker-compose -f {{ DEV_COMPOSE }} down
|
docker-compose -f {{ DEV_COMPOSE }} down
|
||||||
|
|
Loading…
Reference in a new issue