Files
TeraHz/backend/run.sh
2019-11-09 14:55:46 +01:00

5 lines
93 B
Bash

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