ajout de make file
This commit is contained in:
parent
2c4f79edbb
commit
6077e84f08
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
default: start
|
||||
dev: start
|
||||
start:
|
||||
python3 -m venv venv
|
||||
. venv/bin/activate && pip install -r requirements.txt && uwsgi --http :8080 --wsgi-file backend.py --callable app
|
Loading…
Add table
Add a link
Reference in a new issue