changes to run.sh

This commit is contained in:
Tobias Kurze
2019-08-07 10:51:04 +02:00
parent 755110fe2d
commit 4bc790a9cd
3 changed files with 3 additions and 22 deletions

3
run.sh
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
cd "${0%/*}"
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python run.py
$(PIPENV_PIPFILE=./backend/Pipfile pipenv --venv)/bin/python -m backend