mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-03 19:57:29 +01:00
Create runproguni.sh
This commit is contained in:
parent
6e2f2e3d04
commit
59f75bb71c
3
runprodguni.sh
Normal file
3
runprodguni.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
gunicorn -w 4 -b 127.0.0.1:5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.prod.cfg -e FLASK_DEBUG=0 app:app
|
Loading…
Reference in New Issue
Block a user