install script
This commit is contained in:
9
_parent_files/run.py
Normal file
9
_parent_files/run.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from src.cont import app,freezer
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) > 1 and sys.argv[1] == "build":
|
||||
freezer.freeze()
|
||||
else:
|
||||
app.run(host='0.0.0.0',port=4444, debug=True)
|
||||
|
||||
Reference in New Issue
Block a user