mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-13 02:53:51 +01:00
4 lines
134 B
Bash
4 lines
134 B
Bash
|
#!/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
|