refactor: replace Makefile with justfile

This commit is contained in:
2026-03-01 13:05:08 +03:00
parent f6e6fc72b1
commit a20b95157c
4 changed files with 40 additions and 64 deletions

View File

@@ -8,8 +8,8 @@
cp .env.example .env
# !change .env for yourself
docker compose up -d php-fpm
docker compose exec php-fpm bash
# or `make shell`
docker compose exec --user www php-fpm bash
# or `just shell`
```
**_Rewrite below for yourself:_**
@@ -43,5 +43,5 @@ rmdir example-app
## Quick Actions
```bash
make help
just
```