mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-11 12:24:13 +03:00
Update {{cookiecutter.project_slug}}/justfile
Co-authored-by: Fábio C. Barrionuevo da Luz <bnafta@gmail.com>
This commit is contained in:
parent
36156b77b4
commit
0350767e5d
|
@ -1,5 +1,10 @@
|
|||
export COMPOSE_FILE := "docker-compose.local.yml"
|
||||
|
||||
## Just does not yet manage signals for subprocesses reliably, which can lead to unexpected behavior.
|
||||
## Exercise caution before expanding its usage in production environments.
|
||||
## For more information, see https://github.com/casey/just/issues/2473 .
|
||||
|
||||
|
||||
# Default command to list all available commands.
|
||||
default:
|
||||
@just --list
|
||||
|
|
Loading…
Reference in New Issue
Block a user