mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=0 python3 -m flask run -h 0.0.0.0 -p 5123
|