initial commit

This commit is contained in:
2021-04-16 13:36:29 +02:00
commit b607d21b26
5 changed files with 103 additions and 0 deletions

4
bridge.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd /app || exit
gunicorn --workers=2 --bind=0.0.0.0:8000 bridge:app