change port

This commit is contained in:
2025-09-01 12:58:28 +03:00
parent 181ef4aecb
commit 525b041fd3

2
app.py
View File

@@ -7,4 +7,4 @@ def home():
return render_template("index.html", title="Flask CI/CD demo") return render_template("index.html", title="Flask CI/CD demo")
if __name__ == "__main__": if __name__ == "__main__":
app.run(host="0.0.0.0", port=8000) # внутри контейнера слушаем 8000 app.run(host="0.0.0.0", port=8888) # внутри контейнера слушаем 8000