mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-09 17:13:45 +01:00
4 lines
120 B
Bash
4 lines
120 B
Bash
#!/bin/bash
|
|
|
|
gunicorn -w 4 -b :5123 -e FLASK_APP=app/__init__.py -e FLASK_CONFIG=../config.cfg -e FLASK_DEBUG=0 app:app
|