mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Fix test_docker.sh error
This commit is contained in:
parent
4e5a8c8119
commit
c4a69947cb
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pip install -r requirements/production.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
mkdir -p .cache/docker
|
mkdir -p .cache/docker
|
||||||
cd .cache/docker
|
cd .cache/docker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user