noaa/app/makefile
Michael Pilosov 3c2d665bfd new repo
2024-05-31 11:50:21 -06:00

6 lines
88 B
Makefile

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