mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 22:14:53 +03:00
Fix hardcoded image name
This commit is contained in:
parent
601de32e8b
commit
f5226c1890
|
@ -78,7 +78,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./compose/local/node/Dockerfile
|
||||
image: my_awesome_project_local_node
|
||||
image: {{ cookiecutter.project_slug }}_local_node
|
||||
depends_on:
|
||||
- django
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user