cleaning up

This commit is contained in:
Kristjan Komlosi
2020-07-13 13:11:10 +02:00
parent 3d3254c4a7
commit 54b93cb05c
7 changed files with 0 additions and 64 deletions
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
# run.sh - run the backend server
cd `dirname $0`
sudo gunicorn app:app -b 0.0.0.0:5000 &