mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-16 11:02:22 +03:00
fix: add missing line separator
This commit is contained in:
parent
8a9407ed21
commit
ff685f8cfb
|
@ -16,7 +16,7 @@ cd my_awesome_project
|
||||||
|
|
||||||
# Base command with required services
|
# Base command with required services
|
||||||
BAKE_COMMAND="docker buildx bake -f docker-compose.local.yml --load django \
|
BAKE_COMMAND="docker buildx bake -f docker-compose.local.yml --load django \
|
||||||
--allow fs=*
|
--allow fs=* \
|
||||||
--set django.cache-from=type=gha,scope=django-cached-tests \
|
--set django.cache-from=type=gha,scope=django-cached-tests \
|
||||||
--set django.cache-to=type=gha,scope=django-cached-tests,mode=max \
|
--set django.cache-to=type=gha,scope=django-cached-tests,mode=max \
|
||||||
--set postgres.cache-from=type=gha,scope=postgres-cached-tests \
|
--set postgres.cache-from=type=gha,scope=postgres-cached-tests \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user