Skip to content

Commit

Permalink
Update {{cookiecutter.project_slug}}/justfile
Browse files Browse the repository at this point in the history
Co-authored-by: Fábio C. Barrionuevo da Luz <[email protected]>
  • Loading branch information
earthcomfy and luzfcb authored Jan 6, 2025
1 parent 36156b7 commit 0350767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions {{cookiecutter.project_slug}}/justfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0350767

Please sign in to comment.