Docker compose. dev.yml erstellt

This commit is contained in:
Nirodan
2025-06-17 10:43:22 +02:00
parent 2961081c06
commit b6399f8b52
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ def hash_md5():
if __name__ == '__main__':
os.makedirs("config", exist_ok=True)
app.run(host='0.0.0.0', port=5000)
app.run(host='0.0.0.0', port=5000, debug=True) # debug=True nur für Entwicklung, nicht in Produktion verwenden!