change port
This commit is contained in:
2
app.py
2
app.py
@@ -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=8888) # внутри контейнера слушаем 8000
|
app.run(host="0.0.0.0", port=8008) # внутри контейнера слушаем 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user