Files
TeraHz/backend/run.sh
2019-11-11 17:14:16 +01:00

4 lines
86 B
Bash
Executable File

#!/bin/bash
# run.sh - run the backend server
sudo gunicorn app:app -b 0.0.0.0:5000 &