noaa/app/makefile

6 lines
88 B
Makefile
Raw Permalink Normal View History

2024-05-31 17:25:40 +00:00
start:
gunicorn --worker-class gevent --bind 0.0.0.0:9021 app:app
dev:
python app.py