Dockerized

This commit is contained in:
ForeverPyrite
2024-11-20 12:02:27 -05:00
parent 4bc7722162
commit cb4a781d3f
13 changed files with 187 additions and 128 deletions

3
start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ./app
exec gunicorn -b 0.0.0.0:1986 --log-level debug app:app