mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-12-07 02:04:29 +03:00
Fix project generation failure with docker and podman (#6097)
This commit is contained in:
parent
0558674c5c
commit
674c426cca
|
|
@ -522,6 +522,7 @@ def setup_dependencies():
|
||||||
[ # noqa: S607
|
[ # noqa: S607
|
||||||
"docker",
|
"docker",
|
||||||
"build",
|
"build",
|
||||||
|
"--load",
|
||||||
"-t",
|
"-t",
|
||||||
uv_image_tag,
|
uv_image_tag,
|
||||||
"-f",
|
"-f",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user