This commit is contained in:
Mateusz Gruszczyński
2026-02-26 14:13:04 +01:00
commit b6f96085a1
15 changed files with 730 additions and 0 deletions

2
entrypoint.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec gunicorn -w 4 -b 0.0.0.0:5000 'app:create_app()'