Docker stuff

This commit is contained in:
2025-01-27 16:24:02 +01:00
parent 9b65eeee85
commit f96da3f8d4
2 changed files with 29 additions and 0 deletions

6
start.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
gunicorn 'Run:exposed_app' --bind 0.0.0.0:8080 --log-level=debug --workers=4