Change nanobox config to work without requirements.txt.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-15 12:38:08 -05:00
parent c9b94d54c7
commit 979f352580
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ run.config:
- node_modules/.bin
extra_steps:
- pip install pipenv gunicorn
- pipenv lock -r | pip install -r /dev/stdin
- npm install
deploy.config:

Binary file not shown.