initial
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-01-30 10:53:37 +01:00
commit 6eacafe945
13 changed files with 351 additions and 0 deletions

4
start.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
gunicorn 'app:app' --bind 0.0.0.0:8080 --log-level=info --workers=4