refactor: replace Makefile with justfile
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user