In docker umgewandelt zwar mit erros im frontend aber ja

This commit is contained in:
Nirodan
2025-06-16 12:15:13 +02:00
parent f395740522
commit 2961081c06
4 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ def hash_md5():
if __name__ == '__main__':
os.makedirs("config", exist_ok=True)
app.run(host='127.0.0.1', port=5000)
app.run(host='0.0.0.0', port=5000)
+1
View File
@@ -3,3 +3,4 @@ flask-cors
mysql-connector-python
werkzeug>=2.3
PyJWT
python-dotenv