noaa/app/makefile
Michael Pilosov 7417c74448 new repo
2024-05-31 11:35:57 -06:00

6 lines
88 B
Makefile

start:
gunicorn --worker-class gevent --bind 0.0.0.0:9021 app:app
dev:
python app.py