fixed relative path problems in run.sh

This commit is contained in:
Kristjan Komlosi
2019-11-11 17:34:18 +01:00
parent fd5e482de9
commit 095a95c1eb

View File

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