Fix test_docker.sh

This commit is contained in:
Nikita P. Shupeyko 2018-03-04 15:18:27 +03:00
parent 0a69f19452
commit fe6fe1cc76

View File

@ -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