mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-12-07 02:04:29 +03:00
Add optional args to "just build" (#6196)
This commit is contained in:
parent
adbdb7f13e
commit
16fc0cc274
|
|
@ -10,9 +10,9 @@ default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
||||||
# build: Build python image.
|
# build: Build python image.
|
||||||
build:
|
build *args:
|
||||||
@echo "Building python image..."
|
@echo "Building python image..."
|
||||||
@docker compose build
|
@docker compose build {{ "{{args}}" }}
|
||||||
|
|
||||||
# up: Start up containers.
|
# up: Start up containers.
|
||||||
up:
|
up:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user