made backend startup script executable

This commit is contained in:
Kristjan Komlosi
2019-11-11 17:14:16 +01:00
parent ccbeb20f70
commit fd5e482de9

1
backend/run.sh Normal file → Executable file
View File

@@ -1,4 +1,3 @@
#!/bin/bash
# run.sh - run the backend server
sudo gunicorn app:app -b 0.0.0.0:5000 &
disown