made backend startup script executable
This commit is contained in:
1
backend/run.sh
Normal file → Executable file
1
backend/run.sh
Normal file → Executable file
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# run.sh - run the backend server
|
||||
sudo gunicorn app:app -b 0.0.0.0:5000 &
|
||||
disown
|
||||
|
||||
Reference in New Issue
Block a user