mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Fix test_docker.sh
This commit is contained in:
parent
0a69f19452
commit
fe6fe1cc76
|
@ -12,7 +12,7 @@ cd .cache/docker
|
|||
|
||||
# create the project using the default settings in cookiecutter.json
|
||||
cookiecutter ../../ --no-input --overwrite-if-exists use_docker=y js_task_runner=None
|
||||
cd project_name
|
||||
cd my_awesome_project
|
||||
|
||||
# run the project's tests
|
||||
docker-compose -f local.yml run django python manage.py test
|
||||
|
|
Loading…
Reference in New Issue
Block a user