schaufenster/service/Makefile
Marian Steinbach b945a0382c Adjust port
2018-02-04 22:22:29 +01:00

7 lines
77 B
Makefile

serve:
gunicorn --reload -b 0.0.0.0:5000 api.main:app
test:
pytest tests