Add alias to exec into web container
This commit is contained in:
parent
24e9fd7881
commit
8a55275db7
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -40,3 +40,6 @@ lint_python:
|
||||||
|
|
||||||
@lint_node:
|
@lint_node:
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
||||||
|
@sh:
|
||||||
|
docker-compose -f {{ DEV_COMPOSE }} exec web bash
|
||||||
|
|
Loading…
Reference in a new issue