7 lines
84 B
Makefile
7 lines
84 B
Makefile
|
|
build:
|
|
@:
|
|
|
|
deploy:
|
|
venv/bin/waitress-serve --host 0.0.0.0 --port 5000 listen:app
|