@@ -1,6 +1,10 @@
build:
@:
if [ ! -d venv ]; then
python3 -m venv venv
fi
venv/bin/pip install requirements.txt
deploy:
venv/bin/waitress-serve --host 0.0.0.0 --port 5000 listen:app
The note is not visible to the blocked user.